Prevent crash

This commit is contained in:
M66B 2018-10-07 12:21:55 +00:00
parent e496278128
commit b867e93291
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}