summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/ExpandHelper.java
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-06-04 18:57:14 +0200
committerJorim Jaggi <jjaggi@google.com>2014-06-04 18:57:14 +0200
commit787a0af8ebba004a6f1cd3bfe8c78d851003d227 (patch)
tree8244f9762f3ed9341ecc72f6219c2d15d7855d3f /packages/SystemUI/src/com/android/systemui/ExpandHelper.java
parent6a247199bae1ef4d8e4fa02977e6641bcb9bcde8 (diff)
downloadframeworks_base-787a0af8ebba004a6f1cd3bfe8c78d851003d227.zip
frameworks_base-787a0af8ebba004a6f1cd3bfe8c78d851003d227.tar.gz
frameworks_base-787a0af8ebba004a6f1cd3bfe8c78d851003d227.tar.bz2
Fix not being able to dismiss notifications with tap.
Also fixes that the go-to-shade gesture sometimes triggers the unlock hint animation. Bug: 14487435 Bug: 15421928 Change-Id: Ie7e01c81a397b9b1a03baed82c1270ba4e7eb799
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/ExpandHelper.java')
-rw-r--r--packages/SystemUI/src/com/android/systemui/ExpandHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/ExpandHelper.java b/packages/SystemUI/src/com/android/systemui/ExpandHelper.java
index e5e3a1a..006619b 100644
--- a/packages/SystemUI/src/com/android/systemui/ExpandHelper.java
+++ b/packages/SystemUI/src/com/android/systemui/ExpandHelper.java
@@ -437,7 +437,7 @@ public class ExpandHelper implements Gefingerpoken {
break;
}
mLastMotionY = ev.getRawY();
- return true;
+ return mResizedView != null;
}
/**