Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
inaseem committed Oct 25, 2017
1 parent 0b31902 commit 57fa140
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private Path createClipPath(int type) {
width=getMeasuredWidth();
height=getMeasuredHeight();
boolean rtl=getResources().getBoolean(R.bool.is_right_to_left);
if(rtl==true) {
if(rtl==false) {
switch (type) {
case ShapedViewSettings.ARC_CONVEX:
path.moveTo(width, 0);
Expand Down

0 comments on commit 57fa140

Please sign in to comment.