summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgordon1337 <gsysgordon@gmail.com>2013-06-08 14:15:32 +0200
committergordon1337 <gsysgordon@gmail.com>2013-06-08 14:15:32 +0200
commit10355093765854053b2bff2ca96e8b0b9f2ba726 (patch)
tree2f4a73f62199165311a2de0c5cf21b50e79f6640
parentFix building of updater binary (diff)
downloadandroid_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.tar
android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.tar.gz
android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.tar.bz2
android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.tar.lz
android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.tar.xz
android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.tar.zst
android_bootable_recovery-10355093765854053b2bff2ca96e8b0b9f2ba726.zip
-rw-r--r--gui/console.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/console.cpp b/gui/console.cpp
index 8a7a85ea3..ee3b5e580 100644
--- a/gui/console.cpp
+++ b/gui/console.cpp
@@ -274,6 +274,7 @@ int GUIConsole::Update(void)
{
// They're still touching, so re-render
Render();
+ mLastTouchY = -1;
return 2;
}
return 0;