mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Improved error message
This commit is contained in:
parent
8f2ba5450a
commit
67a6802b83
1 changed files with 2 additions and 1 deletions
|
@ -226,7 +226,8 @@ public class FragmentDialogFolder extends FragmentDialogBase {
|
|||
|
||||
@Override
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Log.unexpectedError(getParentFragmentManager(), ex);
|
||||
tvNoFolder.setText(Log.formatThrowable(ex));
|
||||
tvNoFolder.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}.execute(this, args, "folder:select");
|
||||
|
||||
|
|
Loading…
Reference in a new issue