Improved error message

This commit is contained in:
M66B 2020-07-11 19:26:45 +02:00
parent 8f2ba5450a
commit 67a6802b83
1 changed files with 2 additions and 1 deletions

View File

@ -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");