You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The remote call for setting search action doesn't need to spin test runloop, because the remote execution doesn't require dispatching to other threads. But keeping runloop spinning would require adding a separate async API for Swift async/await. For simplicity, removing the runloop spinning and add comment.
PiperOrigin-RevId: 569102794
0 commit comments