mirror of https://github.com/M66B/FairEmail.git
Prevent crash
This commit is contained in:
parent
e496278128
commit
b867e93291
|
@ -1033,7 +1033,7 @@ public class FragmentAccount extends FragmentEx {
|
|||
tilPassword.getEditText().setText(token);
|
||||
} catch (Throwable ex) {
|
||||
Log.e(Helper.TAG, ex + "\n" + Log.getStackTraceString(ex));
|
||||
Helper.unexpectedError(getContext(), ex);
|
||||
snackbar.setText(Helper.formatThrowable(ex));
|
||||
} finally {
|
||||
snackbar.dismiss();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue