mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 19:41:19 +00:00
Small fix
This commit is contained in:
parent
03cd7f927e
commit
c779ed21b8
1 changed files with 1 additions and 1 deletions
|
@ -1864,7 +1864,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
if (ex instanceof SecurityException)
|
||||
handleFileShare();
|
||||
else if (ex instanceof IllegalArgumentException)
|
||||
Snackbar.make(view, ex.toString(), Snackbar.LENGTH_LONG).show();
|
||||
Snackbar.make(view, ex.getMessage(), Snackbar.LENGTH_LONG).show();
|
||||
else
|
||||
Helper.unexpectedError(getContext(), getViewLifecycleOwner(), ex);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue