Merge "Suppress transient Taskbar features EDU in overview." into tm-qpr-dev am: 4c6f172a62

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/21451980

Change-Id: Id081e2eba6f776b573cecda740184f7f4bbfb5e2
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2023-02-17 00:02:28 +00:00
committed by Automerger Merge Worker

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