mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Reduced logging
This commit is contained in:
parent
9a01a43266
commit
10e3d89d9b
1 changed files with 2 additions and 0 deletions
|
@ -3124,6 +3124,8 @@ public abstract class DB extends RoomDatabase {
|
|||
else
|
||||
result.add(InternetAddressJson.from((JSONObject) item));
|
||||
}
|
||||
} catch (JSONException ex) {
|
||||
Log.i(ex);
|
||||
} catch (Throwable ex) {
|
||||
// Compose can store invalid addresses
|
||||
Log.w(ex);
|
||||
|
|
Loading…
Reference in a new issue