Skip to content

Commit

Permalink
Revert the deprecation removal
Browse files Browse the repository at this point in the history
  • Loading branch information
0nko committed Dec 20, 2024
1 parent 587e380 commit 867c2db
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -835,10 +835,9 @@ class BrowserTabFragment :
}
}

override fun onViewCreated(
view: View,
savedInstanceState: Bundle?,
) {
override fun onActivityCreated(savedInstanceState: Bundle?) {
super.onActivityCreated(savedInstanceState)

omnibar = Omnibar(settingsDataStore.omnibarPosition, changeOmnibarPositionFeature.refactor().isEnabled(), binding)

webViewContainer = binding.webViewContainer
Expand Down

0 comments on commit 867c2db

Please sign in to comment.