Fix:Downloaded audiobook progress sync #77, Fix:Downloads page not showing, Fix: Audio player dropdown menu staying open

This commit is contained in:
advplyr
2022-01-05 19:09:18 -06:00
parent 6229a7f0a8
commit f7a2393d99
4 changed files with 88 additions and 85 deletions
@@ -70,8 +70,10 @@ class AudiobookProgressSyncer constructor(playerNotificationService:PlayerNotifi
if (!listeningTimerRunning) return
Log.d(tag, "stop: Stopping listening for $listeningBookTitle")
if (!webviewOpenOnStart) {
sync()
}
reset()
sync()
}
fun reset() {