mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 10:25:03 +01:00
Finish related task on auth
This commit is contained in:
@@ -371,6 +371,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
||||
Helper.shouldAuthenticate(this, false)) {
|
||||
Intent intent = getIntent();
|
||||
finishAndRemoveTask();
|
||||
finishAffinity();
|
||||
processStreams(intent);
|
||||
Intent main = new Intent(this, ActivityMain.class)
|
||||
.putExtra("intent", intent);
|
||||
|
||||
Reference in New Issue
Block a user