Skip to content

Commit

Permalink
fixed TestApp
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole committed Jun 30, 2024
1 parent 37c89f0 commit 0b52c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ViewModelActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)

val viewModel: MyPortalViewModel by viewModels()
//val viewModel: MyPortalViewModel by viewModels()

setContentView(R.layout.activity_viewmodel)
if (savedInstanceState == null) {
Expand Down

0 comments on commit 0b52c74

Please sign in to comment.