enh : add DISPLAY_DRAWER_FOLDER in condition

This commit is contained in:
MrSluffy
2025-01-15 13:51:19 +08:00
parent 448d718e6a
commit dc9adb7a12

View File

@@ -469,7 +469,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
}
public boolean shouldUseTheme() {
if (mDisplay == DISPLAY_ALL_APPS) {
if (mDisplay == DISPLAY_ALL_APPS || mDisplay == DISPLAY_DRAWER_FOLDER) {
return PreferenceManager.getInstance(getContext()).getDrawerThemedIcons().get();
}
return mDisplay == DISPLAY_WORKSPACE || mDisplay == DISPLAY_FOLDER || mDisplay == DISPLAY_TASKBAR;