Skip to content
Snippets Groups Projects
Commit 818a8f12 authored by Dhina17's avatar Dhina17
Browse files

fixup! SystemUI: Blur the power menu

Change-Id: Ic0a5e2da57c7cf2b66c27040f6f6a246540008ed
parent 6bbb88cc
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ public class GlobalActionsPowerDialog {
flow.setMaxElementsWrap(nElementsWrap);
Dialog dialog = new Dialog(context,
com.android.systemui.R.style.Theme_SystemUI_Dialog_GlobalActionsLite);
com.android.systemui.res.R.style.Theme_SystemUI_Dialog_GlobalActionsLite);
dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
dialog.setContentView(listView);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment