mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
Remove dead code
This commit is contained in:
@@ -1105,7 +1105,6 @@ public class DrawerLayout extends ViewGroup {
|
|||||||
mRightDragger.processTouchEvent(ev);
|
mRightDragger.processTouchEvent(ev);
|
||||||
|
|
||||||
final int action = ev.getAction();
|
final int action = ev.getAction();
|
||||||
boolean wantTouchEvents = true;
|
|
||||||
|
|
||||||
switch (action & MotionEvent.ACTION_MASK) {
|
switch (action & MotionEvent.ACTION_MASK) {
|
||||||
case MotionEvent.ACTION_DOWN: {
|
case MotionEvent.ACTION_DOWN: {
|
||||||
@@ -1145,7 +1144,7 @@ public class DrawerLayout extends ViewGroup {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return wantTouchEvents;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user