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