mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Relying on the controller state instead of animator state for
icon alignment Bug: 246644619 Test: Presubmit Change-Id: Iaa4ddd94a6d85acb9f8501263665ea78394815de
This commit is contained in:
@@ -355,6 +355,11 @@ public class LauncherTaskbarUIController extends TaskbarUIController {
|
||||
mTaskbarLauncherStateController.applyState();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isIconAlignedWithHotseat() {
|
||||
return mTaskbarLauncherStateController.isIconAlignedWithHotseat();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void dumpLogs(String prefix, PrintWriter pw) {
|
||||
super.dumpLogs(prefix, pw);
|
||||
|
||||
Reference in New Issue
Block a user