mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix #1105
This commit is contained in:
@@ -139,7 +139,7 @@ function ReaderRolling:initGesListener()
|
||||
w = Screen:getWidth(),
|
||||
h = Screen:getHeight(),
|
||||
},
|
||||
rate = Screen.eink and 4.0 or nil,
|
||||
rate = Screen.eink and 4.0 or 10.0,
|
||||
}
|
||||
},
|
||||
DoubleTapForward = {
|
||||
|
||||
Reference in New Issue
Block a user