mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Added logging
This commit is contained in:
@@ -481,7 +481,8 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
long uid = state.ifolder.getUID(m);
|
||||
if (db.message().getMessageByUid(browsable.id, uid) == null)
|
||||
add.add(m);
|
||||
} catch (Throwable ignored) {
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
add.add(m);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user