mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-14 21:13:37 +02:00
Improved logging
This commit is contained in:
@@ -7922,7 +7922,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
try {
|
||||
new ContentType(result.type);
|
||||
} catch (ParseException ex) {
|
||||
Log.w(ex);
|
||||
Log.w(new Throwable(result.type, ex));
|
||||
result.type = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user