Update contacts list when fragment resumes
This commit is contained in:
parent
1d09151a2d
commit
cff5cb1570
1 changed files with 5 additions and 0 deletions
|
@ -360,6 +360,11 @@ class MasterContactsFragment : MasterFragment<ContactMasterFragmentBinding, Cont
|
|||
}
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
super.onResume()
|
||||
listViewModel.updateContactsList(true)
|
||||
}
|
||||
|
||||
@Deprecated("Deprecated in Java")
|
||||
override fun onRequestPermissionsResult(
|
||||
requestCode: Int,
|
||||
|
|
Loading…
Reference in a new issue