fix : dialog key names (#605)

This commit is contained in:
Ankit Grai 2025-05-22 12:51:18 +05:30 committed by GitHub
parent 5124d6a2d8
commit c3f6d0ecee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(