summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/KeyInputQueue.java
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-03-18 23:40:21 -0700
committerDianne Hackborn <hackbod@google.com>2010-03-19 14:01:17 -0700
commit7d9af5ae762c59e879a86e77dcb330856774bc09 (patch)
treeaa53ca79b286e6a874a70540a3e92d620884ef91 /services/java/com/android/server/KeyInputQueue.java
parentb58fd82261efee1131eee7dcf3d66f98b11b5d24 (diff)
Fix issue #2512131: Trackball goes up when moving
Change-Id: Ib403de88f24bc1b6e5417732e3b69f89a5160bbc
Diffstat (limited to 'services/java/com/android/server/KeyInputQueue.java')
-rw-r--r--services/java/com/android/server/KeyInputQueue.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/java/com/android/server/KeyInputQueue.java b/services/java/com/android/server/KeyInputQueue.java
index 8cd95788553c..f30346b22cbc 100644
--- a/services/java/com/android/server/KeyInputQueue.java
+++ b/services/java/com/android/server/KeyInputQueue.java
@@ -839,8 +839,6 @@ public abstract class KeyInputQueue {
addLocked(di, curTimeNano, ev.flags,
RawInputEvent.CLASS_TRACKBALL, me);
}
-
- ms.finish();
}
}
}