mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Update Main.java
This commit is contained in:
@@ -257,7 +257,7 @@ public class Main extends AndroidApplication {
|
||||
}
|
||||
}
|
||||
|
||||
/*@Override
|
||||
@Override
|
||||
protected void onDestroy() {
|
||||
try {
|
||||
final Forge forge = (Forge) Gdx.app.getApplicationListener();
|
||||
@@ -267,13 +267,10 @@ public class Main extends AndroidApplication {
|
||||
e.printStackTrace();
|
||||
}
|
||||
super.onDestroy();
|
||||
|
||||
//ensure app doesn't stick around
|
||||
//ActivityManager am = (ActivityManager)getSystemService(Activity.ACTIVITY_SERVICE);
|
||||
//am.killBackgroundProcesses(getApplicationContext().getPackageName());
|
||||
|
||||
|
||||
}*/
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onPause()
|
||||
|
||||
Reference in New Issue
Block a user