commit | 4c6f172a62c50c2e64674c5ecb3696e98d392c89 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Feb 16 23:18:48 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Feb 16 23:18:48 2023 +0000 |
tree | 64ab766255a9f287294d605d149ba654a98e0f52 | |
parent | 56ebfc4900ef6fb19417f9bdd257cecf46d6f135 [diff] | |
parent | dbe968335da56651b27b4048b71db959f5e94af8 [diff] |
Merge "Suppress transient Taskbar features EDU in overview." into tm-qpr-dev
diff --git a/quickstep/src/com/android/launcher3/taskbar/TaskbarTranslationController.java b/quickstep/src/com/android/launcher3/taskbar/TaskbarTranslationController.java index 80f030f..a6b2a8a 100644 --- a/quickstep/src/com/android/launcher3/taskbar/TaskbarTranslationController.java +++ b/quickstep/src/com/android/launcher3/taskbar/TaskbarTranslationController.java
@@ -113,7 +113,8 @@ return; } reset(); - if (mControllers.taskbarStashController.isTaskbarVisibleAndNotStashing()) { + if (mControllers.taskbarStashController.isInApp() + && mControllers.taskbarStashController.isTaskbarVisibleAndNotStashing()) { mControllers.taskbarEduTooltipController.maybeShowFeaturesEdu(); } }));