mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-17 07:41:15 +01:00
Changed setup affinity
This commit is contained in:
@@ -418,7 +418,7 @@ public class FragmentDialogOpenLink extends FragmentDialogBase {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
v.getContext().startActivity(new Intent(v.getContext(), ActivitySetup.class)
|
||||
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK)
|
||||
.putExtra("tab", "privacy"));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user