Added restart reasons

This commit is contained in:
M66B
2022-08-08 21:34:19 +02:00
parent 1d9340f7bc
commit a73de95291
3 changed files with 7 additions and 6 deletions

View File

@@ -64,7 +64,7 @@ public class ActivityMain extends ActivityBase implements FragmentManager.OnBack
@Override
public void onClick(View v) {
prefs.edit().putBoolean("accept_unsupported", true).commit();
ApplicationEx.restart(v.getContext());
ApplicationEx.restart(v.getContext(), "accept_unsupported");
}
});