Skip to content

Commit

Permalink
fix: no extras found warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza417 committed Dec 29, 2024
1 parent 0e5fc96 commit 1e2adc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/java/app/simple/inure/ui/viewers/Extras.kt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ class Extras : SearchBarScopedFragment() {
showError(it)
}

extrasViewModel.notFound.observe(viewLifecycleOwner) {
showWarning(R.string.no_extras_found)
}

options.setOnClickListener {
PopupExtrasMenu(requireView())
}
Expand Down

0 comments on commit 1e2adc6

Please sign in to comment.