mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 12:54:11 +01:00
Use dialog fragment for unexpected errors
This commit is contained in:
@@ -157,7 +157,7 @@ public class ActivityEml extends ActivityBase {
|
||||
if (ex instanceof IllegalArgumentException)
|
||||
Snackbar.make(findViewById(android.R.id.content), ex.getMessage(), Snackbar.LENGTH_LONG).show();
|
||||
else
|
||||
Helper.unexpectedError(ActivityEml.this, ActivityEml.this, ex);
|
||||
Helper.unexpectedError(getSupportFragmentManager(), ex);
|
||||
}
|
||||
}.execute(this, args, "eml:decode");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user