Merge "Update keyboard quick switch view ordering and add icons" into udc-dev

This commit is contained in:
Schneider Victor-tulias
2023-05-16 05:12:47 +00:00
committed by Android (Google) Code Review
8 changed files with 97 additions and 30 deletions

View File

@@ -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);
}
}
}