Fix comment

Co-authored-by: Yuri Schimke <yuri@schimke.ee>
pull/1190/head
Tomáš Mlynarič 2 years ago
parent 5f0612102d
commit 8e3903e90c

@ -45,7 +45,7 @@ class ImageLoaderAsyncFactory @Inject constructor(
init { init {
appScope.launch { appScope.launch {
// Initializing asynchronously, but start immediately // Initialize immediately, but need a Deferred for callers
asyncNewImageLoader = async { imageLoader.get() } asyncNewImageLoader = async { imageLoader.get() }
} }
} }

Loading…
Cancel
Save