Fix warnings

This commit is contained in:
Koitharu
2023-05-29 13:06:50 +03:00
parent 4522c478cb
commit 2442e7cbe1
17 changed files with 34 additions and 66 deletions

View File

@@ -79,7 +79,7 @@ class FeedFragment :
viewModel.content.observe(viewLifecycleOwner, this::onListChanged)
viewModel.onError.observeEvent(viewLifecycleOwner, SnackbarErrorObserver(binding.recyclerView, this))
viewModel.onFeedCleared.observe(viewLifecycleOwner) {
viewModel.onFeedCleared.observeEvent(viewLifecycleOwner) {
onFeedCleared()
}
TrackWorker.observeIsRunning(binding.root.context.applicationContext)