Merge "Tint task bar based on sampling of colors in the area" into sc-v2-dev

This commit is contained in:
Tracy Zhou
2021-08-18 18:32:35 +00:00
committed by Android (Google) Code Review
7 changed files with 128 additions and 6 deletions

View File

@@ -89,5 +89,6 @@ public class TaskbarControllers {
taskbarDragLayerController.onDestroy();
taskbarKeyguardController.onDestroy();
taskbarViewController.onDestroy();
stashedHandleViewController.onDestroy();
}
}