Added missing toast events observer

This commit is contained in:
Sylvain Berfini 2025-05-07 16:12:34 +02:00
parent 8ca40c9931
commit 1a9f0c6d5b

View file

@ -103,6 +103,7 @@ class HistoryListFragment : AbstractMainFragment() {
binding.lifecycleOwner = viewLifecycleOwner
binding.viewModel = listViewModel
observeToastEvents(listViewModel)
binding.historyList.setHasFixedSize(true)
binding.historyList.layoutManager = LinearLayoutManager(requireContext())