mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 20:06:29 +01:00
Close without expunging
This commit is contained in:
@@ -814,7 +814,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
|
||||
try {
|
||||
if (state.ifolder != null && state.ifolder.isOpen())
|
||||
state.ifolder.close();
|
||||
state.ifolder.close(false);
|
||||
} catch (Throwable ex) {
|
||||
Log.e("Boundary", ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user