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
I have a use case where I can't put the TrueTime initialization inside of onCreate of the class that extends application. It seems to work fine when I put it outside of this class.
Is the reason why we shouldn't place the initialization outside of this onCreate method that we'd be re-calling some sort of sync function which would exponentially increase network calls? Or is there some other sort of reason?
The text was updated successfully, but these errors were encountered:
I have a use case where I can't put the TrueTime initialization inside of onCreate of the class that extends application. It seems to work fine when I put it outside of this class.
Is the reason why we shouldn't place the initialization outside of this onCreate method that we'd be re-calling some sort of sync function which would exponentially increase network calls? Or is there some other sort of reason?
The text was updated successfully, but these errors were encountered: