mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
* Android: Fix #7552 by simply ensuring we drain the input/cmd queue first, simply by scheduling the task to the next tick, instead of locally re-implementing part of the event loop ;). (Requires https://github.com/koreader/koreader-base/pull/1356 for extra safety). * Android: Clear input state when the window loses focus. (Related to the above fix). * Bump base: https://github.com/koreader/koreader-base/pull/1356 https://github.com/koreader/koreader-base/pull/1357 * Bump android-luajit-launcher: https://github.com/koreader/android-luajit-launcher/pull/293 https://github.com/koreader/android-luajit-launcher/pull/298 https://github.com/koreader/android-luajit-launcher/pull/299