Skip to content

Commit

Permalink
Remove hard coded test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeinstein10 committed Jan 3, 2013
1 parent 6ca0c5e commit 10f123b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/src/com/slidingmenu/lib/CustomViewBehind.java
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ public void setTouchMode(int i) {
}

public boolean menuOpenTouchAllowed(View content, int currPage, float x) {
if (true)
return true;
switch (mTouchMode) {
case SlidingMenu.TOUCHMODE_FULLSCREEN:
return true;
Expand Down

0 comments on commit 10f123b

Please sign in to comment.