Merge pull request #3759 from ByteHamster/fix-import

Fixed importing old database models
This commit is contained in:
H. Lehmann 2020-01-15 23:48:03 +01:00 committed by GitHub
commit 9aadf24978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ public class ImportExportActivity extends AppCompatActivity {
ComponentName cn = intent.getComponent();
Intent mainIntent = Intent.makeRestartActivityTask(cn);
startActivity(mainIntent);
Runtime.getRuntime().exit(0);
});
d.show();
}