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:
parent
bf0aae67bf
commit
3fbff12889
1 changed files with 1 additions and 1 deletions
|
@ -891,7 +891,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
|||
}
|
||||
}
|
||||
}
|
||||
} catch (IOException ex) {
|
||||
} catch (OutOfMemoryError | IOException ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue