Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74fbeb48 authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Fix graphics corruption in WiFi password dialogs"

parents 69ced73b 15a4620b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2266,8 +2266,6 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
                        mActionModeView = new ActionBarContextView(mContext);
                        mActionModePopup = new PopupWindow(mContext, null,
                                com.android.internal.R.attr.actionModePopupWindowStyle);
                        mActionModePopup.setLayoutInScreenEnabled(true);
                        mActionModePopup.setLayoutInsetDecor(true);
                        mActionModePopup.setWindowLayoutType(
                                WindowManager.LayoutParams.TYPE_APPLICATION);
                        mActionModePopup.setContentView(mActionModeView);