magnum
magnum copied to clipboard
Android) add mechanics to resume application from background
Currently, the application will crash if sent to the background and brought back to the foreground. The following provides a mechanism to continue the application.
@mosra did you find more time to look into this?
Only partially, sorry -- so far I added the focusEvent() and blurEvent() to all apps in 7558bc71ba42f681d624670d548ec3904863b166, in case you want to adapt this code to use these.