mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
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:
@@ -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