Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mikescamell committed Sep 12, 2024
1 parent 2bab6af commit 0958ef2
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 0958ef2

Please sign in to comment.