Reduce error reporting

This commit is contained in:
M66B
2019-06-09 09:43:51 +02:00
parent 1b90faeac8
commit ec1871acf2

View File

@@ -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;
}
}