Skip to content

Commit 10f123b

Browse files
author
jfeinstein10
committed
Remove hard coded test
1 parent 6ca0c5e commit 10f123b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/src/com/slidingmenu/lib/CustomViewBehind.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@ public void setTouchMode(int i) {
292292
}
293293

294294
public boolean menuOpenTouchAllowed(View content, int currPage, float x) {
295-
if (true)
296-
return true;
297295
switch (mTouchMode) {
298296
case SlidingMenu.TOUCHMODE_FULLSCREEN:
299297
return true;

0 commit comments

Comments
 (0)