Skip to content

Commit 6befc22

Browse files
committed
fix: Use toolbar ID for custom theme header
1 parent 071fcd6 commit 6befc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/wmods/wppenhacer/xposed/features/customization/CustomThemeV2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ private void injectWallpaper(View view) {
362362
var content = (ViewGroup) view;
363363
var rootView = (ViewGroup) content.getChildAt(0);
364364

365-
var header = content.findViewById(Utils.getID("header", "id"));
365+
var header = content.findViewById(Utils.getID("toolbar", "id"));
366366
replaceColors(header, toolbarAlpha);
367367
var frameLayout = new WallpaperView(rootView.getContext(), prefs, properties);
368368
rootView.addView(frameLayout, 0);

0 commit comments

Comments
 (0)