mirror of https://github.com/M66B/FairEmail.git
Added logging
This commit is contained in:
parent
ed8425fcc8
commit
2e384bce4f
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue