mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
@@ -97,7 +97,9 @@ public class FragmentDialogEx extends DialogFragment {
|
||||
|
||||
@Override
|
||||
public void startActivity(Intent intent) {
|
||||
Helper.startActivity(getContext(), intent);
|
||||
if (Helper.hasAuthentication(getContext()))
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS);
|
||||
super.startActivity(intent);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user