mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02: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