Skip to content

Commit

Permalink
fix: [ANDROAPP-6285] Crash when selecting map in landscape search scr…
Browse files Browse the repository at this point in the history
…een (#3714)

Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan authored Jul 5, 2024
1 parent 333c862 commit ac2c8ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ private void configureBottomNavigation() {
this,
() -> {
presenter.trackSearchMapVisualization();
viewModel.setMapScreen();
showMap();
showSearchAndFilterButtons();
return null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class SearchTEMap : FragmentGlobalAbstract(), MapboxMap.OnMapClickListener {
(context as SearchTEActivity).searchComponent.plus(
SearchTEMapModule(),
).inject(this)
viewModel.setMapScreen()
}

override fun onCreateView(
Expand Down

0 comments on commit ac2c8ba

Please sign in to comment.