Fix comment

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

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

Loading…
Cancel
Save