Skip to content

Commit

Permalink
Set access modifier (livekit#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
newjins-papa authored Apr 4, 2024
1 parent b60b434 commit 0f14a70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class MainActivity : ComponentActivity() {
LKLog.i { "network connection available, reconnecting" }
}
}
val viewModel by viewModels<MainViewModel>()
private val viewModel by viewModels<MainViewModel>()
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)

Expand Down

0 comments on commit 0f14a70

Please sign in to comment.