mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
Merge "Tint task bar based on sampling of colors in the area" into sc-v2-dev
This commit is contained in:
@@ -285,6 +285,7 @@ public class TaskbarStashController {
|
||||
@Override
|
||||
public void onAnimationStart(Animator animation) {
|
||||
mIsStashed = isStashed;
|
||||
onIsStashed(mIsStashed);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -326,4 +327,8 @@ public class TaskbarStashController {
|
||||
animateForward ? UNSTASHED_TASKBAR_HANDLE_HINT_SCALE : 1)
|
||||
.setDuration(TASKBAR_HINT_STASH_DURATION).start();
|
||||
}
|
||||
|
||||
private void onIsStashed(boolean isStashed) {
|
||||
mControllers.stashedHandleViewController.onIsStashed(isStashed);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user