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
|
binding.selectorProgressBar.visibility = View.GONE
|
||||||
}
|
}
|
||||||
if (adapter.itemCount == 0) {
|
if (adapter.itemCount == 0) {
|
||||||
snackString(getString(R.string.stream_selection_emoty))
|
snackString(getString(R.string.stream_selection_empty))
|
||||||
tryWith {
|
tryWith {
|
||||||
dismiss()
|
dismiss()
|
||||||
}
|
}
|
||||||
|
|
|
@ -413,7 +413,7 @@
|
||||||
<string name="reset_auto_update">You can long click List Editor button to Reset Auto Update</string>
|
<string name="reset_auto_update">You can long click List Editor button to Reset Auto Update</string>
|
||||||
<string name="autoplay_cancelled">Autoplay cancelled, no Interaction for more than 1 Hour.</string>
|
<string name="autoplay_cancelled">Autoplay cancelled, no Interaction for more than 1 Hour.</string>
|
||||||
<string name="auto_select_server_error">Couldn\'t auto select the server, Please try again!</string>
|
<string name="auto_select_server_error">Couldn\'t auto select the server, Please try again!</string>
|
||||||
<string name="stream_selection_emoty">No streams available for content. Try another source.</string>
|
<string name="stream_selection_empty">No streams available for content. Try another source.</string>
|
||||||
<string name="logging_in_mal">Logging in MAL</string>
|
<string name="logging_in_mal">Logging in MAL</string>
|
||||||
<string name="getting_user_data">Getting User Data</string>
|
<string name="getting_user_data">Getting User Data</string>
|
||||||
<string name="no_next_episode">No next Episode Found!</string>
|
<string name="no_next_episode">No next Episode Found!</string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue