mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Improved error message
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user