Loading src/com/android/launcher3/util/ViewOnDrawExecutor.java +3 −1 Original line number Diff line number Diff line Loading @@ -55,8 +55,10 @@ public class ViewOnDrawExecutor implements Executor, OnDrawListener, Runnable, mLoadAnimationCompleted = true; } if (mAttachedView.isAttachedToWindow()) { attachObserver(); } } private void attachObserver() { if (!mCompleted) { Loading Loading
src/com/android/launcher3/util/ViewOnDrawExecutor.java +3 −1 Original line number Diff line number Diff line Loading @@ -55,8 +55,10 @@ public class ViewOnDrawExecutor implements Executor, OnDrawListener, Runnable, mLoadAnimationCompleted = true; } if (mAttachedView.isAttachedToWindow()) { attachObserver(); } } private void attachObserver() { if (!mCompleted) { Loading