OSDN Git Service

Maybe fix #2127747: IllegalStateException from window manager when resuming from...
authorDianne Hackborn <hackbod@google.com>
Fri, 25 Sep 2009 08:35:29 +0000 (01:35 -0700)
committerDianne Hackborn <hackbod@google.com>
Fri, 25 Sep 2009 08:35:29 +0000 (01:35 -0700)
commit7371b040bc00a92f371bb8755878261add2e55c6
tree3ba93fd916ecfce92502db99b018f3f8579e3936
parent01f08aa7f5f24beb2432bb104a981567f925b40c
Maybe fix #2127747: IllegalStateException from window manager when resuming from sleep

It looks like there may have been a race when restoring that would allow
you to show the menu before it is restored.  I couldn't repro on my current
device before the fix, though.

Change-Id: I624e1306871344d3ee39f69dde832b3db2530a5f
phone/com/android/internal/policy/impl/PhoneWindow.java