[app] Always use recreate for parasitic manager

This commit is contained in:
tehcneko 2021-10-01 18:30:48 +08:00 committed by LoveSy
parent 658115035c
commit 5c27c55720
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class MainActivity extends BaseActivity {
} }
public void restart() { public void restart() {
if (BuildCompat.isAtLeastS()) { if (BuildCompat.isAtLeastS() || App.isParasitic()) {
recreate(); recreate();
} else { } else {
try { try {