优化
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user