Loading quickstep/src/com/android/launcher3/taskbar/TaskbarLauncherStateController.java +1 −0 Original line number Diff line number Diff line Loading @@ -471,6 +471,7 @@ import java.util.StringJoiner; if (mControllers.taskbarActivityContext.isDestroyed()) { Log.e("b/260135164", "updateIconAlphaForHome is called after Taskbar is destroyed", new Exception()); return; } mIconAlphaForHome.setValue(alpha); boolean hotseatVisible = alpha == 0 Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarLauncherStateController.java +1 −0 Original line number Diff line number Diff line Loading @@ -471,6 +471,7 @@ import java.util.StringJoiner; if (mControllers.taskbarActivityContext.isDestroyed()) { Log.e("b/260135164", "updateIconAlphaForHome is called after Taskbar is destroyed", new Exception()); return; } mIconAlphaForHome.setValue(alpha); boolean hotseatVisible = alpha == 0 Loading