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

This commit is contained in:
Vadim Tryshev
2023-06-01 00:50:25 +00:00
committed by Android (Google) Code Review
@@ -59,6 +59,7 @@ public class ViewOnDrawExecutor implements OnDrawListener, Runnable,
private void attachObserver() {
if (!mCompleted) {
mAttachedView.getViewTreeObserver().addOnDrawListener(this);
mAttachedView.getRootView().invalidate();
}
}