Close without expunging

This commit is contained in:
M66B
2022-09-23 18:12:42 +02:00
parent 8cb1e7fe2f
commit a6b4e15d3d
2 changed files with 4 additions and 4 deletions

View File

@@ -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);
}