We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071fcd6 commit 6befc22Copy full SHA for 6befc22
app/src/main/java/com/wmods/wppenhacer/xposed/features/customization/CustomThemeV2.java
@@ -362,7 +362,7 @@ private void injectWallpaper(View view) {
362
var content = (ViewGroup) view;
363
var rootView = (ViewGroup) content.getChildAt(0);
364
365
- var header = content.findViewById(Utils.getID("header", "id"));
+ var header = content.findViewById(Utils.getID("toolbar", "id"));
366
replaceColors(header, toolbarAlpha);
367
var frameLayout = new WallpaperView(rootView.getContext(), prefs, properties);
368
rootView.addView(frameLayout, 0);
0 commit comments