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

Commit d1f376b0 authored by Steve Elliott's avatar Steve Elliott Committed by android-build-merger
Browse files

Merge "Initialize Global Actions Panel when one is available" into qt-dev am: 5acc2403

am: 36e25eda

Change-Id: I42a3a5a7ebb92e22841df0c0e7d5531210521291
parents feb0e867 36e25eda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1588,6 +1588,7 @@ public class GlobalActionsDialog implements DialogInterface.OnDismissListener,
                mBackgroundDrawable = mContext.getDrawable(
                        com.android.systemui.R.drawable.global_action_panel_scrim);
                mScrimAlpha = 1f;
                initializePanel();
            }
            mGlobalActionsLayout.setSnapToEdge(true);
            getWindow().setBackgroundDrawable(mBackgroundDrawable);