Loading packages/SystemUI/src/com/android/systemui/qs/QSFragment.java +5 −1 Original line number Diff line number Diff line Loading @@ -365,7 +365,11 @@ public class QSFragment extends Fragment implements QS, CommandQueue.Callbacks { .setListener(new AnimatorListenerAdapter() { @Override public void onAnimationEnd(Animator animation) { if (getView() != null) { // The view could be destroyed before the animation completes when // switching users. getView().animate().setListener(null); } mHeaderAnimating = false; updateQsState(); } Loading Loading
packages/SystemUI/src/com/android/systemui/qs/QSFragment.java +5 −1 Original line number Diff line number Diff line Loading @@ -365,7 +365,11 @@ public class QSFragment extends Fragment implements QS, CommandQueue.Callbacks { .setListener(new AnimatorListenerAdapter() { @Override public void onAnimationEnd(Animator animation) { if (getView() != null) { // The view could be destroyed before the animation completes when // switching users. getView().animate().setListener(null); } mHeaderAnimating = false; updateQsState(); } Loading