mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 21:47:44 +00:00
Fixed NullPointerException
This commit is contained in:
@@ -1625,7 +1625,7 @@ class SDLMain implements Runnable {
|
|||||||
|
|
||||||
Log.v("SDL", "Finished main function");
|
Log.v("SDL", "Finished main function");
|
||||||
|
|
||||||
if (SDLActivity.mSingleton.isFinishing()) {
|
if (SDLActivity.mSingleton == null || SDLActivity.mSingleton.isFinishing()) {
|
||||||
// Activity is already being destroyed
|
// Activity is already being destroyed
|
||||||
} else {
|
} else {
|
||||||
// Let's finish the Activity
|
// Let's finish the Activity
|
||||||
|
|||||||
Reference in New Issue
Block a user