mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Reduce error reporting
This commit is contained in:
@@ -78,7 +78,7 @@ public class FixedRecyclerView extends RecyclerView {
|
||||
return false;
|
||||
} catch (IllegalStateException ex) {
|
||||
// Range start point not set
|
||||
Log.w(ex);
|
||||
Log.i(ex);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user