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

Commit 7174c2d2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "GlobalActionsDialogLite: set accurate window title" into main

parents 795d133e 86205ddd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -591,7 +591,7 @@ public class GlobalActionsDialogLite implements DialogInterface.OnDismissListene
        prepareDialog();

        WindowManager.LayoutParams attrs = mDialog.getWindow().getAttributes();
        attrs.setTitle("ActionsDialog");
        attrs.setTitle("GlobalActionsDialogLite");
        attrs.layoutInDisplayCutoutMode = LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS;
        mDialog.getWindow().setAttributes(attrs);
        // Don't acquire soft keyboard focus, to avoid destroying state when capturing bugreports