Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29296b3f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix color in workspace. Where theme badge is applied when it shouldn't" into main

parents cd1b81e4 08cdbc57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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());
    }

    /**