I just wanted `AndroidThreeTen.init()` to be done ...
# announcements
d
I just wanted
AndroidThreeTen.init()
to be done in parallel with UI loading, to not block it. So I had to be careful for that. You can choose not to do this and just call this function in applications
onCreate
...