Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 16e2829

Browse files
authored
Update 08_Creating_the_Android_application.md
Fix an argument of displayLaunches to match this commit: kotlin-hands-on/kmp-networking-and-data-storage@355ce6e
1 parent 874f3e3 commit 16e2829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking and Data Storage with Kotlin Multiplatfrom Mobile/08_Creating_the_Android_application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class MainActivity : AppCompatActivity() {
9494
displayLaunches(true)
9595
}
9696

97-
displayLaunches()
97+
displayLaunches(false)
9898
}
9999

100100
private fun displayLaunches(needReload: Boolean) {

0 commit comments

Comments
 (0)