fix : dialog key names (#605)
This commit is contained in:
parent
5124d6a2d8
commit
c3f6d0ecee
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue