Added missing toast events observer

This commit is contained in:
Sylvain Berfini 2025-05-07 16:12:34 +02:00
parent 1c1729f3f0
commit 85e24e25bf

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())