OSDN Git Service

Fixed a bug where notifications could be dimmable
authorSelim Cinek <cinek@google.com>
Thu, 24 Aug 2017 16:31:08 +0000 (09:31 -0700)
committerSelim Cinek <cinek@google.com>
Thu, 24 Aug 2017 19:35:17 +0000 (12:35 -0700)
commit8a9308d33c0a2f2c5eeb5f73e8ef1dcc81f11728
tree020a46aa4fd95957325c817e3371e7556d95a714
parentd836c4f8a52defd9014b0eaabf8eda1e7619c14d
Fixed a bug where notifications could be dimmable

Because of a delayed call, notifications could become
dimmed again after the unlock.

Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayoutTest.java
Change-Id: I76e847cf6d3c8a34ca4b6dd16b1c8e13ddfe4993
Fixes: 64868746
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayoutTest.java [new file with mode: 0644]