1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-21 23:32:51 +00:00

Handle OOM when searching

This commit is contained in:
M66B 2024-11-21 08:17:38 +01:00
parent bf0aae67bf
commit 3fbff12889

View file

@ -891,7 +891,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
}
}
}
} catch (IOException ex) {
} catch (OutOfMemoryError | IOException ex) {
Log.e(ex);
}