aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/theb/ssh/TouchEntropy.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/theb/ssh/TouchEntropy.java')
-rw-r--r--src/org/theb/ssh/TouchEntropy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/theb/ssh/TouchEntropy.java b/src/org/theb/ssh/TouchEntropy.java
index 33ad499..023e531 100644
--- a/src/org/theb/ssh/TouchEntropy.java
+++ b/src/org/theb/ssh/TouchEntropy.java
@@ -52,7 +52,7 @@ public class TouchEntropy extends Activity {
}
@Override
- public boolean onMotionEvent(MotionEvent event) {
+ public boolean onTouchEvent(MotionEvent event) {
// Only get entropy every 200 milliseconds to ensure the user has moved around.
long now = System.currentTimeMillis();
if ((now - mLastTime) < 200)