OSDN Git Service

Fixed an issue where groups could stay userlocked
authorSelim Cinek <cinek@google.com>
Wed, 24 May 2017 18:08:55 +0000 (11:08 -0700)
committerSelim Cinek <cinek@google.com>
Wed, 24 May 2017 21:00:19 +0000 (21:00 +0000)
commit91f41cea2e34f1a363e460627c82918da4826d5e
treeaab0252824f1ecd78f23ff4255287f78b7d2e28c
parent605351c56c43608c58ca164e4ff81e03baf244c5
Fixed an issue where groups could stay userlocked

It also fixes an issue where the reinflation wasn't
working properly.

Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/statusbar/ExpandableNotificationRowTest.java
Merged-In: If359256a3ac0c574260b5ff5af3fc2042e1dce9a
Change-Id: If359256a3ac0c574260b5ff5af3fc2042e1dce9a
Fixes: 36469584
packages/SystemUI/src/com/android/systemui/statusbar/ExpandableNotificationRow.java
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationChildrenContainer.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/ExpandableNotificationRowTest.java