mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-09 03:54:17 +08:00
delete unnecss code
This commit is contained in:
committed by
Fredrik Fornwall
parent
3a16f461e7
commit
8c82f43dce
@@ -244,7 +244,6 @@ public final class ExtraKeysView extends GridLayout {
|
|||||||
return true;
|
return true;
|
||||||
case MotionEvent.ACTION_UP:
|
case MotionEvent.ACTION_UP:
|
||||||
case MotionEvent.ACTION_CANCEL:
|
case MotionEvent.ACTION_CANCEL:
|
||||||
performClick();
|
|
||||||
v.setBackgroundColor(BUTTON_COLOR);
|
v.setBackgroundColor(BUTTON_COLOR);
|
||||||
if (scheduledExecutor != null) {
|
if (scheduledExecutor != null) {
|
||||||
scheduledExecutor.shutdownNow();
|
scheduledExecutor.shutdownNow();
|
||||||
|
Reference in New Issue
Block a user