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

Commit 46174c6

Browse files
Merge pull request #107 from SCENEE/patch-1
Update 08_Creating_the_Android_application.md
2 parents 874f3e3 + 16e2829 commit 46174c6

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)