Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mikescamell committed Sep 16, 2024
1 parent 8c57483 commit 4c2ffe1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class ShowOnAppLaunchActivity : DuckDuckGoActivity() {
observeViewModel()
}

override fun onStop() {
super.onStop()
override fun onPause() {
super.onPause()
viewModel.setSpecificPageUrl(binding.specificPageUrlInput.text)
}

Expand Down

0 comments on commit 4c2ffe1

Please sign in to comment.