mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Added missing toast events observer
This commit is contained in:
parent
8ca40c9931
commit
1a9f0c6d5b
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ class HistoryListFragment : AbstractMainFragment() {
|
|||
|
||||
binding.lifecycleOwner = viewLifecycleOwner
|
||||
binding.viewModel = listViewModel
|
||||
observeToastEvents(listViewModel)
|
||||
|
||||
binding.historyList.setHasFixedSize(true)
|
||||
binding.historyList.layoutManager = LinearLayoutManager(requireContext())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue