mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
show the "Create new contact" button over favorites too
This commit is contained in:
@ -560,8 +560,8 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
}
|
||||
}
|
||||
|
||||
override fun contactClicked(contact: Contact?, isCreateNewContact: Boolean) {
|
||||
handleGenericContactClick(contact!!)
|
||||
override fun contactClicked(contact: Contact) {
|
||||
handleGenericContactClick(contact)
|
||||
}
|
||||
|
||||
private fun getAllFragments() = arrayListOf(contacts_fragment, favorites_fragment, groups_fragment)
|
||||
|
Reference in New Issue
Block a user