Merge pull request #3759 from ByteHamster/fix-import
Fixed importing old database models
This commit is contained in:
commit
9aadf24978
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue