mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fix last commit
This commit is contained in:
		| @@ -180,7 +180,7 @@ class ReaderActivity : BaseRxActivity<ReaderPresenter>() { | ||||
|                     viewer?.moveToNext() | ||||
|                 return true | ||||
|             } | ||||
|             KeyEvent.KEYCODE_VOLUME_UP, KeyEvent.KEYCODE_DPAD_RIGHT -> { | ||||
|             KeyEvent.KEYCODE_VOLUME_UP, KeyEvent.KEYCODE_DPAD_LEFT -> { | ||||
|                 if (action == KeyEvent.ACTION_UP) | ||||
|                     viewer?.moveToPrevious() | ||||
|                 return true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user