Reduce error reporting

pull/156/head
M66B 6 years ago
parent 1b90faeac8
commit ec1871acf2

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

Loading…
Cancel
Save