OSDN Git Service

Fix black Keyguard
authorJorim Jaggi <jjaggi@google.com>
Wed, 23 Sep 2015 21:59:50 +0000 (14:59 -0700)
committerJorim Jaggi <jjaggi@google.com>
Thu, 24 Sep 2015 17:47:14 +0000 (17:47 +0000)
commite1de9f674575df3b17e475c4f32dd93d33e596e3
tree19f5ad8ddadb7df160c133e4ad74ab3f88d44277
parent629909e02b97796ff0b79dbd03c2e72dd3d1e6bb
Fix black Keyguard

When a window has both the flag fullscreen and the dismiss Keyguard
flag, we end up in a state where we hide the status bar window but
all other windows, because mShowingLockscreen nevers gets set
correctly. Move it up so we always set it no matter whether the
status bar window was visible.

Bug: 22875357
Change-Id: I7953fe7100cc99fe8fb7424a9b311b4630426657
services/core/java/com/android/server/policy/PhoneWindowManager.java