Merge "Suppress transient Taskbar features EDU in overview." into tm-qpr-dev am: 4c6f172a62 am: 9eeb09c948 am: 7fb0cf84ec
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/21451980 Change-Id: I8803183287e188a01540fb481c8fe5ba5e45767a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user