Skip to content

Commit 8e3903e

Browse files
mlykotomyschimke
andcommitted
Fix comment
Co-authored-by: Yuri Schimke <[email protected]>
1 parent 5f06121 commit 8e3903e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/google/samples/apps/nowinandroid/util/ImageLoaderAsyncFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ImageLoaderAsyncFactory @Inject constructor(
4545

4646
init {
4747
appScope.launch {
48-
// Initializing asynchronously, but start immediately
48+
// Initialize immediately, but need a Deferred for callers
4949
asyncNewImageLoader = async { imageLoader.get() }
5050
}
5151
}

0 commit comments

Comments
 (0)