Fixed bug 4001 - Android, prevent error message box to crash

Sylvain

Prevent the error message box to crash after being clicked.
Because of "SDLActivity.mSingleton.finish();"
Sam Lantinga 2017-12-19 11:19:10 -08:00
parent b7be5bce33
commit 616827ae64
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ public class SDLActivity extends Activity {
if (mBrokenLibraries)
{
mSingleton = this;
AlertDialog.Builder dlgAlert = new AlertDialog.Builder(this);
dlgAlert.setMessage("An error occurred while trying to start the application. Please try again and/or reinstall."
+ System.getProperty("line.separator")