Fix comment

Co-authored-by: Yuri Schimke <yuri@schimke.ee>
pull/1837/head
Tomáš Mlynarič 2 years ago
parent 41b576d294
commit 27dcfe26c9

@ -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