Loading src/com/android/launcher3/BubbleTextView.java +2 −2 Original line number Diff line number Diff line Loading @@ -397,8 +397,8 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver, } protected boolean shouldUseTheme() { return mDisplay == DISPLAY_WORKSPACE || mDisplay == DISPLAY_FOLDER || mDisplay == DISPLAY_TASKBAR; return (mDisplay == DISPLAY_WORKSPACE || mDisplay == DISPLAY_FOLDER || mDisplay == DISPLAY_TASKBAR) && Themes.isThemedIconEnabled(getContext()); } /** Loading Loading
src/com/android/launcher3/BubbleTextView.java +2 −2 Original line number Diff line number Diff line Loading @@ -397,8 +397,8 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver, } protected boolean shouldUseTheme() { return mDisplay == DISPLAY_WORKSPACE || mDisplay == DISPLAY_FOLDER || mDisplay == DISPLAY_TASKBAR; return (mDisplay == DISPLAY_WORKSPACE || mDisplay == DISPLAY_FOLDER || mDisplay == DISPLAY_TASKBAR) && Themes.isThemedIconEnabled(getContext()); } /** Loading