Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5fe61d4f authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

Merge "Fixing a flake when workspace loading never finishes." into udc-dev

parents c0f24b4e 9c102e56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ public class ViewOnDrawExecutor implements OnDrawListener, Runnable,
    private void attachObserver() {
        if (!mCompleted) {
            mAttachedView.getViewTreeObserver().addOnDrawListener(this);
            mAttachedView.getRootView().invalidate();
        }
    }