-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
In addition to checking FES presense during setup / after authentication, also do the same on app startup for all logged in users.
Do it after app started (asynchronously - don't hold up the user), immediately after all other network requests were idle for at least 1 second. If this is difficult to do, then do it 5 seconds after the app has started (so we don't hog up internet capacity during app startup when it needs to grab emails quickly to render to user)
In this case, instead of showing toast, you can just log that message.
Reactions are currently unavailable