Launcher3: Apply themed icons in all apps drawer

Change-Id: I013d4b1e3280f44623d2c11f0f61d693f3c0ea27
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
Harsh 2022-03-26 02:24:55 +05:30 committed by fazilsheik96
parent 4eb6dc518d
commit 043f301397
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
protected boolean shouldUseTheme() {
return mDisplay == DISPLAY_WORKSPACE || mDisplay == DISPLAY_FOLDER
|| mDisplay == DISPLAY_TASKBAR;
|| mDisplay == DISPLAY_TASKBAR || mDisplay == DISPLAY_ALL_APPS;
}
@UiThread