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
Since we're removing almost all sync actions to make way for web socket to update the data on foreground, we have to make sure web socket starts off with latest updated data every time the app is open.
DoD
Get all changes in onInit of MailboxDashboardController Already existed with handleOnForegroundGained -> refreshActionWhenBackToApp method
Implement life cycle listener for MailboxDashboardController on mobile and get all changes when the app state changed to resumed Also handled with handleOnForegroundGained -> refreshActionWhenBackToApp method
The text was updated successfully, but these errors were encountered:
Related issue
Description
Since we're removing almost all sync actions to make way for web socket to update the data on foreground, we have to make sure web socket starts off with latest updated data every time the app is open.
DoD
Get all changes inAlready existed withonInit
ofMailboxDashboardController
handleOnForegroundGained
->refreshActionWhenBackToApp
methodImplement life cycle listener forAlso handled withMailboxDashboardController
on mobile and get all changes when the app state changed toresumed
handleOnForegroundGained
->refreshActionWhenBackToApp
methodThe text was updated successfully, but these errors were encountered: