mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added restart reasons
This commit is contained in:
@@ -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");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user