mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
MultiInputDialog does a close -> show in the same callback, so if we don't actually keep it in sync with the actual state, we lose the keyboard and essentially softlock the UI, which is Very Bad(TM). NOTE: InputDialog has its own keyboard_hidden flag, and it looks... fairly nightmarish.