ges_events must be a table

regression in #9691 b523c2e8b9
This commit is contained in:
yparitcher
2022-10-29 23:14:07 -04:00
parent cf643c453b
commit 4d8e2f0ea1
4 changed files with 4 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ end
function ReaderMenu:onReaderReady()
-- delegate gesture listener to readerui
self.ges_events = nil
self.ges_events = {}
self.onGesture = nil
if not Device:isTouchDevice() then return end