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)
|
||||
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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue