fix : long press progress dialog reset not working (#603)

This commit is contained in:
Ankit Grai 2025-05-19 17:11:24 +05:30 committed by GitHub
parent 61a8350043
commit e83a0fe7da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1358,7 +1358,7 @@ class ExoplayerView :
val showProgressDialog = val showProgressDialog =
if (PrefManager.getVal(PrefName.AskIndividualPlayer)) { if (PrefManager.getVal(PrefName.AskIndividualPlayer)) {
PrefManager.getCustomVal( PrefManager.getCustomVal(
"${media.id}_ProgressDialog", "${media.id}_progressDialog",
true, true,
) )
} else { } else {