mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-02-03 12:07:39 +01:00
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…
x
Reference in New Issue
Block a user