mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Prevent crash
This commit is contained in:
@@ -384,6 +384,7 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc
|
||||
Helper.shouldAuthenticate(this, false)) {
|
||||
Intent intent = getIntent();
|
||||
finishAndRemoveTask();
|
||||
setResult(RESULT_CANCELED);
|
||||
finishAffinity();
|
||||
processStreams(intent);
|
||||
Intent main = new Intent(this, ActivityMain.class)
|
||||
|
||||
Reference in New Issue
Block a user