show the "Create new contact" button over favorites too

This commit is contained in:
tibbi
2019-12-06 22:15:15 +01:00
parent e396e4987c
commit 324d9ef399
7 changed files with 98 additions and 104 deletions

View File

@ -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)