Merge "Initialize Global Actions Panel when one is available" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5acc240320
@@ -1588,6 +1588,7 @@ public class GlobalActionsDialog implements DialogInterface.OnDismissListener,
|
|||||||
mBackgroundDrawable = mContext.getDrawable(
|
mBackgroundDrawable = mContext.getDrawable(
|
||||||
com.android.systemui.R.drawable.global_action_panel_scrim);
|
com.android.systemui.R.drawable.global_action_panel_scrim);
|
||||||
mScrimAlpha = 1f;
|
mScrimAlpha = 1f;
|
||||||
|
initializePanel();
|
||||||
}
|
}
|
||||||
mGlobalActionsLayout.setSnapToEdge(true);
|
mGlobalActionsLayout.setSnapToEdge(true);
|
||||||
getWindow().setBackgroundDrawable(mBackgroundDrawable);
|
getWindow().setBackgroundDrawable(mBackgroundDrawable);
|
||||||
|
|||||||
Reference in New Issue
Block a user