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

Commit 2f1d3a61 authored by Romain Guy's avatar Romain Guy Committed by Android Git Automerger
Browse files

am 74fbeb48: Merge "Fix graphics corruption in WiFi password dialogs"

# Via Android (Google) Code Review (1) and Romain Guy (1)
* commit '74fbeb48':
  Fix graphics corruption in WiFi password dialogs
parents ac481d1b 74fbeb48
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);