fix : long press progress dialog reset not working (#603)
This commit is contained in:
parent
61a8350043
commit
e83a0fe7da
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue