mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-17 21:38:29 +00:00
Fixed call log history not updated when deleting items from details fragment
This commit is contained in:
parent
f5536ba9a6
commit
59435c3614
1 changed files with 2 additions and 1 deletions
|
|
@ -267,7 +267,8 @@ class HistoryListFragment : AbstractMainFragment() {
|
||||||
|
|
||||||
sharedViewModel.forceRefreshCallLogsListEvent.observe(viewLifecycleOwner) {
|
sharedViewModel.forceRefreshCallLogsListEvent.observe(viewLifecycleOwner) {
|
||||||
it.consume {
|
it.consume {
|
||||||
listViewModel.applyFilter()
|
Log.i("$TAG Re-compute call log history")
|
||||||
|
listViewModel.filter()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue