mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-07 17:41:08 +01:00
Remove dead code
This commit is contained in:
parent
7348820caf
commit
4ccc703fcf
1 changed files with 1 additions and 2 deletions
|
|
@ -1105,7 +1105,6 @@ public class DrawerLayout extends ViewGroup {
|
|||
mRightDragger.processTouchEvent(ev);
|
||||
|
||||
final int action = ev.getAction();
|
||||
boolean wantTouchEvents = true;
|
||||
|
||||
switch (action & MotionEvent.ACTION_MASK) {
|
||||
case MotionEvent.ACTION_DOWN: {
|
||||
|
|
@ -1145,7 +1144,7 @@ public class DrawerLayout extends ViewGroup {
|
|||
}
|
||||
}
|
||||
|
||||
return wantTouchEvents;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue