fix: typo
This commit is contained in:
parent
9a1ec8567c
commit
12c77604f1
2 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ class SelectorDialogFragment : BottomSheetDialogFragment() {
|
|||
binding.selectorProgressBar.visibility = View.GONE
|
||||
}
|
||||
if (adapter.itemCount == 0) {
|
||||
snackString(getString(R.string.stream_selection_emoty))
|
||||
snackString(getString(R.string.stream_selection_empty))
|
||||
tryWith {
|
||||
dismiss()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue