mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
refactor: use new KeyValuePage widget for displaying statistics
This commit is contained in:
@@ -14,8 +14,7 @@ local ReaderPanning = InputContainer:new{
|
||||
}
|
||||
|
||||
function ReaderPanning:init()
|
||||
if Device:isTouchDevice() then
|
||||
else
|
||||
if Device:hasKeyboard() then
|
||||
self.key_events = {
|
||||
-- these will all generate the same event, just with different arguments
|
||||
MoveUp = {
|
||||
|
||||
Reference in New Issue
Block a user