Loading packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
packages/SystemUI/src/com/android/systemui/globalactions/GlobalActionsDialog.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); Loading