mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Prevent crash on searching
This commit is contained in:
@@ -382,10 +382,9 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
error = true;
|
||||
if (ex instanceof FolderClosedException)
|
||||
Log.w("Search", ex);
|
||||
else {
|
||||
else
|
||||
Log.e("Search", ex);
|
||||
throw ex;
|
||||
}
|
||||
throw ex;
|
||||
}
|
||||
|
||||
List<EntityRule> rules = db.rule().getEnabledRules(browsable.id);
|
||||
|
||||
Reference in New Issue
Block a user