mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
enh : add DISPLAY_DRAWER_FOLDER in condition
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user