Commit cfe2924d07dcdcb2314c6911644e6591d092e857

Sylvain Becker 2019-01-07T11:35:31

Android: some robustness when quitting application from onDestroy() Make sure there is not pending Pause accumulated, so the the application doesn't remain paused and stucked in onDestroy(). Can be tested by adding: SDLActivity.nativePause(); SDLActivity.nativePause(); mSingleton.finish();