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
As a result, showErrorDialog no longer returns a Future that can be
mistakenly awaited. The wrapped return value offers clarity on how the
Future is supposed to be used.
There is no user visible change because existing callers (other than
lightbox's) that wait for its return value are all asynchronous
handlers for UI elements like buttons, and waits unnecessarily.
See also discussion
zulip#937 (comment).
Signed-off-by: Zixuan James Li <[email protected]>
0 commit comments