Loading core/java/com/android/internal/policy/PhoneWindow.java +1 −0 Original line number Diff line number Diff line Loading @@ -418,6 +418,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { mElevation = preservedWindow.getElevation(); mLoadElevation = false; mForceDecorInstall = true; mDecorFitsSystemWindows = preservedWindow.decorFitsSystemWindows(); setSystemBarAppearance(preservedWindow.getSystemBarAppearance()); // If we're preserving window, carry over the app token from the preserved // window, as we'll be skipping the addView in handleResumeActivity(), and Loading Loading
core/java/com/android/internal/policy/PhoneWindow.java +1 −0 Original line number Diff line number Diff line Loading @@ -418,6 +418,7 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { mElevation = preservedWindow.getElevation(); mLoadElevation = false; mForceDecorInstall = true; mDecorFitsSystemWindows = preservedWindow.decorFitsSystemWindows(); setSystemBarAppearance(preservedWindow.getSystemBarAppearance()); // If we're preserving window, carry over the app token from the preserved // window, as we'll be skipping the addView in handleResumeActivity(), and Loading