OSDN Git Service

Fixed a bug where the panel could get stuck closing
authorSelim Cinek <cinek@google.com>
Mon, 2 Nov 2015 21:42:58 +0000 (13:42 -0800)
committerSelim Cinek <cinek@google.com>
Mon, 2 Nov 2015 21:51:34 +0000 (21:51 +0000)
commitb0e4f9e97e272783f08b2245219239aaa667073d
tree452119b8eb37ce1fff6f62d8c4de9ae6d78bb823
parenta47f9dad2bd70b594e445a6a448877122f28517a
Fixed a bug where the panel could get stuck closing

When mClosing was set even though the panel was not
expanding, the variable was never reset leading to
bad states like the notification shade not updating,
people missing calls and similar bad bugs.

Bug: 25338991
Change-Id: I4362fda257770c98c5f9ba75a5622b14f74dc5ae
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java