Merge "Add standalone taskbar edu tooltip for the pinnable taskbar feature" into main

This commit is contained in:
Saumya Prakash
2024-01-18 01:41:14 +00:00
committed by Android (Google) Code Review
13 changed files with 125 additions and 18 deletions

View File

@@ -529,6 +529,10 @@ public class TaskbarViewController implements TaskbarControllers.LoggableTaskbar
return reveal;
}
public View getTaskbarDividerView() {
return mTaskbarView.getTaskbarDividerView();
}
/**
* Defers any updates to the UI for the setup wizard animation.
*/