mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
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…
Add table
Reference in a new issue