mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
trigger activityResume only at live fragments
This commit is contained in:
@ -150,12 +150,12 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
initFragments()
|
||||
} else {
|
||||
refreshContacts(ALL_TABS_MASK)
|
||||
}
|
||||
|
||||
getAllFragments().forEach {
|
||||
it?.onActivityResume()
|
||||
}
|
||||
}
|
||||
}
|
||||
isFirstResume = false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user