We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 757bef0 + 4236786 commit cc998a2Copy full SHA for cc998a2
ucrop/src/main/java/com/yalantis/ucrop/view/OverlayView.java
@@ -172,7 +172,8 @@ public void setupCropBounds() {
172
}
173
174
protected void init() {
175
- if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
+ if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR2 &&
176
+ Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
177
setLayerType(LAYER_TYPE_SOFTWARE, null);
178
179
0 commit comments