mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-15 11:59:19 +00:00
Move "Show Less" to strings.xml (Closes #141)
This commit is contained in:
@ -1211,9 +1211,7 @@ class AppDetailAdapter(private val callbacks: Callbacks) :
|
||||
ExpandType.VERSIONS -> context.getString(R.string.show_older_versions)
|
||||
else -> context.getString(R.string.show_more)
|
||||
}
|
||||
} else {
|
||||
"Show Less"
|
||||
}
|
||||
} else context.getString(R.string.show_less)
|
||||
}
|
||||
ViewType.TEXT -> {
|
||||
holder as TextViewHolder
|
||||
|
Reference in New Issue
Block a user