OSDN Git Service

Fix intercept logic in NotificationPanelView.
authorJorim Jaggi <jjaggi@google.com>
Sat, 24 May 2014 14:29:57 +0000 (16:29 +0200)
committerJorim Jaggi <jjaggi@google.com>
Sat, 24 May 2014 14:48:49 +0000 (16:48 +0200)
commitce50b8199ccba2348abe405d05db028e0566806d
tree65875c4cb86bb7049626f87839f48ecbc2561f09
parent88aca033ff10d3298f06b4c950ef24ec091185b7
Fix intercept logic in NotificationPanelView.

We need to make sure that we only block the disallow intercept
request when interacting with the ScrollView. In the past, we also
blocked the disallow intercept request for the brightness slider, for
example.

Bug: 15169261
Change-Id: I02dd1e399a527509d631fdde54249d57748b20f2
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/ObservableScrollView.java