Remove System.exit(0) which causes app-restart
This commit is contained in:
parent
02eddeff81
commit
cc9732ea91
2 changed files with 1 additions and 8 deletions
|
|
@ -202,12 +202,6 @@ public class BInstallerActivity extends AppCompatActivity {
|
|||
deleteRawTracks(); // invalidate raw-tracks after data update
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDestroy() {
|
||||
super.onDestroy();
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected Dialog onCreateDialog(int id) {
|
||||
AlertDialog.Builder builder;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue