Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why do we need to put TrueTime initialization inside of the class that extends application? #122

Open
safa007 opened this issue Sep 27, 2019 · 0 comments

Comments

@safa007
Copy link

safa007 commented Sep 27, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant