Handle OOM when searching

pull/217/head
M66B 10 months ago
parent bf0aae67bf
commit 3fbff12889

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

Loading…
Cancel
Save