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
Workers are persistent even android device is rebooted. MaintainUserStatusWorker is scheduled by every calls of onCreate() in MainActivity. This could result many many instances of MaintainUserStatusWorker running in background.
Fix is here: RuralHunter@f3ebdc0
The text was updated successfully, but these errors were encountered:
Workers are persistent even android device is rebooted. MaintainUserStatusWorker is scheduled by every calls of onCreate() in MainActivity. This could result many many instances of MaintainUserStatusWorker running in background.
Fix is here: RuralHunter@f3ebdc0
The text was updated successfully, but these errors were encountered: