mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Update keyboard quick switch view ordering and add icons" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4ee471fecf
@@ -216,8 +216,8 @@ public class KeyboardQuickSwitchViewController {
|
||||
mControllerCallbacks.updateThumbnailInBackground(task, callback);
|
||||
}
|
||||
|
||||
void updateTitleInBackground(Task task, Consumer<Task> callback) {
|
||||
mControllerCallbacks.updateTitleInBackground(task, callback);
|
||||
void updateIconInBackground(Task task, Consumer<Task> callback) {
|
||||
mControllerCallbacks.updateIconInBackground(task, callback);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user