Fixed importing old database models
Force full restart to trigger the upgrade methods again.
This commit is contained in:
parent
4bb1ee8fe6
commit
72a8e0f3b6
|
@ -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