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