Seri
03/06/2019, 7:01 PMCompletableDeferred
. I’m using it to wrap an Android UI prompt, so I’m setting a lateinit var CompletableDeferred
before launching the prompt, then completing it from the system callback once the user action is complete. However, the var is always null
when I try to complete it. Is there an obvious flaw here, or a better approach?bdawg.io
03/06/2019, 8:48 PMlateinit var
is concerned.