mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-04 08:35:07 +01:00
Fix last commit
This commit is contained in:
parent
b3cf7dbc14
commit
19cb548e18
@ -180,7 +180,7 @@ class ReaderActivity : BaseRxActivity<ReaderPresenter>() {
|
|||||||
viewer?.moveToNext()
|
viewer?.moveToNext()
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
KeyEvent.KEYCODE_VOLUME_UP, KeyEvent.KEYCODE_DPAD_RIGHT -> {
|
KeyEvent.KEYCODE_VOLUME_UP, KeyEvent.KEYCODE_DPAD_LEFT -> {
|
||||||
if (action == KeyEvent.ACTION_UP)
|
if (action == KeyEvent.ACTION_UP)
|
||||||
viewer?.moveToPrevious()
|
viewer?.moveToPrevious()
|
||||||
return true
|
return true
|
||||||
|
Loading…
Reference in New Issue
Block a user