mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Update keyboard quick switch view ordering and add icons
- Updated the keyboard quick switch view ordering to left-to-right (vice versa in RTL) - Added app icons to keyboard quick switch taskviews Flag: ENABLE_KEYBOARD_QUICK_SWITCH Fixes: 275629107 Test: launched keyboard quick switch view and changed focus back and forth Change-Id: Ie2f0a1c08c7065c53075f6fa015000a2d6184491
This commit is contained in:
@@ -181,7 +181,7 @@ public final class KeyboardQuickSwitchController implements
|
||||
mModel.getThumbnailCache().updateThumbnailInBackground(task, callback);
|
||||
}
|
||||
|
||||
void updateTitleInBackground(Task task, Consumer<Task> callback) {
|
||||
void updateIconInBackground(Task task, Consumer<Task> callback) {
|
||||
mModel.getIconCache().updateIconInBackground(task, callback);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user