mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Merge "LauncherTaskbarUIController should only translate nav buttons on inAppProgresst if icon is aligned with hotseat" into tm-qpr-dev am: c46b47853b
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20838733 Change-Id: I318a1769220d5305f621d335de5aa657c4c89110 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -310,7 +310,7 @@ public class LauncherTaskbarUIController extends TaskbarUIController {
|
||||
return;
|
||||
}
|
||||
mTaskbarInAppDisplayProgress.put(progressIndex, progress);
|
||||
if (!mControllers.taskbarStashController.isInApp()
|
||||
if (mControllers.uiController.isIconAlignedWithHotseat()
|
||||
&& !mTaskbarLauncherStateController.isAnimatingToLauncher()) {
|
||||
// Only animate the nav buttons while home and not animating home, otherwise let
|
||||
// the TaskbarViewController handle it.
|
||||
|
||||
Reference in New Issue
Block a user