Skip to content

Commit

Permalink
fix: [ANDROAPP-6285] Crash when selecting map in landscape search screen
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
Balcan committed Jul 5, 2024
1 parent 333c862 commit 81aa49d
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 81aa49d

Please sign in to comment.