mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Merge "Polish taskbar un/stash animation." into tm-qpr-dev
This commit is contained in:
@@ -723,8 +723,8 @@ public class TaskbarStashController implements TaskbarControllers.LoggableTaskba
|
||||
skipInterpolator = FINAL_FRAME;
|
||||
}
|
||||
}
|
||||
play(as, mControllers.taskbarViewController
|
||||
.createRevealAnimToIsStashed(isStashed), 0, duration, EMPHASIZED);
|
||||
mControllers.taskbarViewController.addRevealAnimToIsStashed(as, isStashed, duration,
|
||||
EMPHASIZED);
|
||||
|
||||
if (skipInterpolator != null) {
|
||||
as.setInterpolator(skipInterpolator);
|
||||
|
||||
Reference in New Issue
Block a user