mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
moving some strings into Commons
This commit is contained in:
@ -314,7 +314,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
fragments.add(groups_fragment)
|
||||
}
|
||||
|
||||
return fragments[viewpager.currentItem]
|
||||
return fragments.getOrNull(viewpager.currentItem)
|
||||
}
|
||||
|
||||
private fun setupTabColors() {
|
||||
|
Reference in New Issue
Block a user