mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-05-18 11:34:51 -04:00
trigger activityResume only at live fragments
This commit is contained in:
@@ -150,10 +150,10 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
initFragments()
|
||||
} else {
|
||||
refreshContacts(ALL_TABS_MASK)
|
||||
}
|
||||
|
||||
getAllFragments().forEach {
|
||||
it?.onActivityResume()
|
||||
getAllFragments().forEach {
|
||||
it?.onActivityResume()
|
||||
}
|
||||
}
|
||||
}
|
||||
isFirstResume = false
|
||||
|
||||
Reference in New Issue
Block a user