From 878225d23f7a195ef6afb39a46f0744d76305038 Mon Sep 17 00:00:00 2001 From: naseemali925 Date: Wed, 25 Oct 2017 10:51:55 +0530 Subject: [PATCH] some changes --- .../src/main/java/softpro/naseemali/ShapedNavigationView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapednavigationview/src/main/java/softpro/naseemali/ShapedNavigationView.java b/shapednavigationview/src/main/java/softpro/naseemali/ShapedNavigationView.java index 2214573..cbfa927 100644 --- a/shapednavigationview/src/main/java/softpro/naseemali/ShapedNavigationView.java +++ b/shapednavigationview/src/main/java/softpro/naseemali/ShapedNavigationView.java @@ -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);