Loading core/java/com/android/internal/policy/PhoneWindow.java +6 −0 Original line number Diff line number Diff line Loading @@ -912,6 +912,12 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { } } if (!st.hasPanelItems()) { // Ensure that |st.decorView| has its actual content. Otherwise, an empty window can be // created and cause ANR. return; } st.isHandled = false; WindowManager.LayoutParams lp = new WindowManager.LayoutParams( Loading Loading
core/java/com/android/internal/policy/PhoneWindow.java +6 −0 Original line number Diff line number Diff line Loading @@ -912,6 +912,12 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback { } } if (!st.hasPanelItems()) { // Ensure that |st.decorView| has its actual content. Otherwise, an empty window can be // created and cause ANR. return; } st.isHandled = false; WindowManager.LayoutParams lp = new WindowManager.LayoutParams( Loading