mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-02-04 20:52:11 -05:00
Changed CONTACTS_GRID_MIN_COLUMNS_COUNT to 1
This commit is contained in:
@@ -248,7 +248,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
}
|
||||
|
||||
private fun changeColumnCount() {
|
||||
val items = (CONTACTS_GRID_MIN_COLUMNS_COUNT..CONTACTS_GRID_MAX_COLUMNS_COUNT).map {
|
||||
val items = (1..CONTACTS_GRID_MAX_COLUMNS_COUNT).map {
|
||||
RadioItem(it, resources.getQuantityString(R.plurals.column_counts, it, it))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user