mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
refresh Favorites on resume too
This commit is contained in:
@ -94,6 +94,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
if (!isFirstResume) {
|
||||
contacts_fragment.initContacts()
|
||||
contacts_fragment.onActivityResume()
|
||||
favorites_fragment.initContacts()
|
||||
favorites_fragment.onActivityResume()
|
||||
}
|
||||
isFirstResume = false
|
||||
|
Reference in New Issue
Block a user