Skip to content

Commit

Permalink
Add missing call to super impl
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m committed Mar 1, 2024
1 parent b2d4823 commit c3d3279
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ class HomeScreenMapContainerFragment : AbstractMapContainerFragment() {
container: ViewGroup?,
savedInstanceState: Bundle?,
): View {
super.onCreateView(inflater, container, savedInstanceState)
binding = BasemapLayoutBinding.inflate(inflater, container, false)
binding.fragment = this
binding.viewModel = mapContainerViewModel
Expand Down

0 comments on commit c3d3279

Please sign in to comment.