comment unnecss code

This commit is contained in:
xqdoo00o
2018-03-03 20:54:32 +08:00
committed by Fredrik Fornwall
parent d5e007dbb3
commit 594a5dfe25

View File

@@ -203,7 +203,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();