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
This is a problem because something like app indexing will periodically wake up our app even if the user isn't actually using it. ProcessLifecycleOwner will make sure at least one activity is open before we update user presence.
The text was updated successfully, but these errors were encountered:
Currently, we do it whenever the user is signed in:
Robot-Scouter/library/core-data/src/main/java/com/supercilex/robotscouter/core/data/Database.kt
Lines 163 to 168 in c28662f
This is a problem because something like app indexing will periodically wake up our app even if the user isn't actually using it.
ProcessLifecycleOwner
will make sure at least one activity is open before we update user presence.The text was updated successfully, but these errors were encountered: