Fixed call log history not updated when deleting items from details fragment

This commit is contained in:
Sylvain Berfini 2026-02-13 15:23:34 +01:00
parent f5536ba9a6
commit 59435c3614

View file

@ -267,7 +267,8 @@ class HistoryListFragment : AbstractMainFragment() {
sharedViewModel.forceRefreshCallLogsListEvent.observe(viewLifecycleOwner) {
it.consume {
listViewModel.applyFilter()
Log.i("$TAG Re-compute call log history")
listViewModel.filter()
}
}