This commit is contained in:
kunfei
2022-07-02 19:52:10 +08:00
parent 14a4b91f3e
commit 7566ac35a8
@@ -681,7 +681,7 @@ class ReadBookActivity : BaseReadBookActivity(),
if (!binding.readMenu.isVisible) { if (!binding.readMenu.isVisible) {
if (getPrefBoolean("volumeKeyPage", true)) { if (getPrefBoolean("volumeKeyPage", true)) {
if (getPrefBoolean("volumeKeyPageOnPlay") if (getPrefBoolean("volumeKeyPageOnPlay")
|| BaseReadAloudService.pause || !BaseReadAloudService.isPlay()
) { ) {
binding.readView.pageDelegate?.isCancel = false binding.readView.pageDelegate?.isCancel = false
binding.readView.pageDelegate?.keyTurnPage(direction) binding.readView.pageDelegate?.keyTurnPage(direction)