Files
koreader/frontend
Glen Sawyer cb95dcd4c9 Fix reMarkable crash bug v2022.05: event overwrite with new time module (#9121)
The change from timeval to time completely broke reMarkable.
frontend/device/remarkable/device.lua was using TimeVal:now() to manually overwrite event time values, as noted in the code comments.
Input:handleTouchEv is expecting those event time values to be timevals, not integer times.
So as soon as the user touches the screen, crash.
2022-05-22 08:01:24 +02:00
..
2022-03-19 23:57:31 +01:00
2021-10-24 10:58:14 +02:00
2019-01-03 08:56:29 +01:00
2021-05-05 20:37:33 +02:00
2021-03-15 01:25:10 +01:00