android / codelab-android-room-with-a-view

Apache License 2.0
756 stars 492 forks source link

Update MainActivity.kt #249

Open jarvision-git opened 1 year ago

jarvision-git commented 1 year ago

In 'Android Room with a View - Kotlin' codelab, there is a simple typo in 'Connect with the data' module

current: wordViewModel.allWords.observe(owner = this) { words -> fixed: wordViewModel.allWords.observe(owner : this) { words ->