Merge "Suppress transient Taskbar features EDU in overview." into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2023-02-16 23:18:48 +00:00
committed by Android (Google) Code Review

View File

@@ -113,7 +113,8 @@ public class TaskbarTranslationController implements TaskbarControllers.Loggable
return;
}
reset();
if (mControllers.taskbarStashController.isTaskbarVisibleAndNotStashing()) {
if (mControllers.taskbarStashController.isInApp()
&& mControllers.taskbarStashController.isTaskbarVisibleAndNotStashing()) {
mControllers.taskbarEduTooltipController.maybeShowFeaturesEdu();
}
}));