akhil-handa
Results
2
comments of
akhil-handa
You might be calling TrueTime.now before the async call is complete ``` if(TrueTime.isInitialized()) { return TrueTime.now } else { return System.currentTimeMillis() } ```
Was anyone able to figure out the solution for this, also how to make this work for multimodule app?