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 57fa140 commit 878225d
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==false) {
if(rtl) {
switch (type) {
case ShapedViewSettings.ARC_CONVEX:
path.moveTo(width, 0);
Expand Down

0 comments on commit 878225d

Please sign in to comment.