Skip to content

Commit

Permalink
enh : add DISPLAY_DRAWER_FOLDER in condition
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSluffy committed Jan 15, 2025
1 parent 448d718 commit dc9adb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/android/launcher3/BubbleTextView.java
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ protected void applyIconAndLabel(ItemInfoWithIcon info) {
}

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;
Expand Down

0 comments on commit dc9adb7

Please sign in to comment.