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
This commit is contained in:
committed by
Android (Google) Code Review
commit
c46b47853b
@@ -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