mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-15 00:21:10 +00:00
Abort on folder closed
This commit is contained in:
parent
8adbdab0f8
commit
4fa6aa46fa
1 changed files with 2 additions and 0 deletions
|
@ -502,6 +502,8 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
|||
EntityMessage message = db.message().getMessageByUid(browsable.id, uid);
|
||||
if (message == null)
|
||||
add.add(m);
|
||||
} catch (FolderClosedException ex) {
|
||||
throw ex;
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
add.add(m);
|
||||
|
|
Loading…
Add table
Reference in a new issue