mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Finish and remove task
This commit is contained in:
@@ -49,7 +49,7 @@ public class ActivityAnswer extends ActivityBase {
|
||||
|
||||
Intent intent = getIntent();
|
||||
if (intent == null) {
|
||||
finish();
|
||||
finishAndRemoveTask();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -96,7 +96,7 @@ public class ActivityAnswer extends ActivityBase {
|
||||
setResult(RESULT_OK, result);
|
||||
}
|
||||
|
||||
finish();
|
||||
finishAndRemoveTask();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user