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
Move NotificationOpenManager initialization to
NotificationService and wait for future to complete,
while also loading the GlobalStore, displaying a
loading spinner while both of them load concurrently.
This is an optimization where previously the
NotificationOpenManager initialization would happen
sequentially before the GlobalStore load.
0 commit comments