mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Show toast when reloading links (#818)
I'm not really sure if this should be done or not. But I like to know if I actually press the button or miss click as I often have to press it twice for it to do anything, which might just be another issue though.
This commit is contained in:
parent
6d51c59b18
commit
10a477c2bd
2 changed files with 5 additions and 0 deletions
|
@ -1646,6 +1646,10 @@ class ResultViewModel2 : ViewModel() {
|
|||
clearCache = true
|
||||
)
|
||||
}
|
||||
showToast(
|
||||
R.string.links_reloaded_toast,
|
||||
Toast.LENGTH_SHORT
|
||||
)
|
||||
}
|
||||
|
||||
ACTION_CHROME_CAST_MIRROR -> {
|
||||
|
|
|
@ -148,6 +148,7 @@
|
|||
<string name="update_started">Update Started</string>
|
||||
<string name="stream">Stream</string>
|
||||
<string name="error_loading_links_toast">Error Loading Links</string>
|
||||
<string name="links_reloaded_toast">Links Reloaded</string>
|
||||
<string name="download_storage_text">Internal Storage</string>
|
||||
<string name="app_dubbed_text">Dub</string>
|
||||
<string name="app_subbed_text">Sub</string>
|
||||
|
|
Loading…
Reference in a new issue