OSDN Git Service

Fixed a crash when expanding
authorSelim Cinek <cinek@google.com>
Fri, 7 Apr 2017 00:38:27 +0000 (17:38 -0700)
committerSelim Cinek <cinek@google.com>
Thu, 13 Apr 2017 17:12:36 +0000 (10:12 -0700)
commit3acdc8e7fc7e4e21f2ffb13b55d258f4a9cc460e
treefdaecd686ac557089de7d57a6987534d9bd2b806
parentdaab6f5dbffa2683d5bdb636bd1e618095350c1f
Fixed a crash when expanding

When expanding another notification while one was finishing
the animation, the system would crash.

Test: runtest -x packages/SystemUI/tests/src/com/android/systemui/ExpandHelperTest.java
Change-Id: Icc9c36f7e3bc93ff80f974d400efd3194fa8ed09
Fixes: 36531729
packages/SystemUI/src/com/android/systemui/ExpandHelper.java
packages/SystemUI/tests/src/com/android/systemui/ExpandHelperTest.java [new file with mode: 0644]