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
BUGFIX: Check if Glean is initialized before dispatching toggle upload task
Checking inside the task had no meaning, because that would guarantee
the call to be executed _after_ the initialize task. That is the case,
because the initialize task is _always_ the first task to be executed by
the dispatcher regardless of any other previously dispatched tasks.
0 commit comments