commit | 9e77281add1b2b9a24fa9e96f01444dcba8f5cb5 | [log] [tgz] |
---|---|---|
author | Michael Jurka <mikejurka@google.com> | Mon Sep 19 10:33:08 2011 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Sep 19 10:33:08 2011 -0700 |
tree | 3b997199f615b7bc0169a802492bd9a56c0d2944 | |
parent | b84fd9ffe146223e6173e06acdd818f24d9c371e [diff] | |
parent | f6c0011ad2d4cfde3ae4cd364cabb51bfabf44df [diff] |
Merge "Added "No recent apps" message on phones" into ics-factoryrom
diff --git a/libs/ui/Input.cpp b/libs/ui/Input.cpp index a5ba57d..3de75ba 100644 --- a/libs/ui/Input.cpp +++ b/libs/ui/Input.cpp
@@ -1020,6 +1020,8 @@ return true; } } + *outVx = 0; + *outVy = 0; return false; }