Skip to content

Commit

Permalink
修复
Browse files Browse the repository at this point in the history
  • Loading branch information
luck1991 committed May 19, 2017
1 parent fbd6a2c commit 8d42976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ucrop/src/main/java/com/yalantis/ucrop/UCrop.java
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ public void setStatusBar(int statusBar) {
public void setImmersiver(boolean isImmersive) {
mOptionBundle.putBoolean("isImmersive", isImmersive);
}

public void setRotateEnabled(boolean rotateEnabled) {
mOptionBundle.putBoolean("rotateEnabled", rotateEnabled);
}
Expand Down

0 comments on commit 8d42976

Please sign in to comment.