OSDN Git Service

Fixed a bug where huns could be invisible
authorSelim Cinek <cinek@google.com>
Thu, 11 Feb 2016 23:43:03 +0000 (15:43 -0800)
committerSelim Cinek <cinek@google.com>
Thu, 11 Feb 2016 23:43:03 +0000 (15:43 -0800)
commit3362c1306e2d20775266be22acd00720531c126b
treee0eb8b5c6ced495ae0987c20737c8736c2ac92bf
parent322ec7e2793d4bb886f27e0be4eb0317b638fcc9
Fixed a bug where huns could be invisible

When an unpinned fullscreen notification was in the shade
all successive normal huns would be invisible.
Also removed the sorted entries as it could lead to stale
data and crashes.

Bug: 27136766
Change-Id: Ib5239325e452a2b949cb4a4b8478d231189c4722
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/policy/HeadsUpManager.java