mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-11 19:46:16 +00:00
fix : dialog key names (#605)
This commit is contained in:
@@ -1380,7 +1380,7 @@ class ExoplayerView :
|
||||
setCancelable(false)
|
||||
setPosButton(R.string.yes) {
|
||||
PrefManager.setCustomVal(
|
||||
"${media.id}_ProgressDialog",
|
||||
"${media.id}_progressDialog",
|
||||
false,
|
||||
)
|
||||
PrefManager.setCustomVal(
|
||||
@@ -1391,7 +1391,7 @@ class ExoplayerView :
|
||||
}
|
||||
setNegButton(R.string.no) {
|
||||
PrefManager.setCustomVal(
|
||||
"${media.id}_ProgressDialog",
|
||||
"${media.id}_progressDialog",
|
||||
false,
|
||||
)
|
||||
PrefManager.setCustomVal(
|
||||
|
||||
Reference in New Issue
Block a user