Skip to content

Commit

Permalink
For mozilla-mobile#16353: Do not finish onboarding on search dialog o…
Browse files Browse the repository at this point in the history
…pening.
  • Loading branch information
mcarare committed Nov 23, 2020
1 parent c5b9491 commit 451f60b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/org/mozilla/fenix/home/HomeFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ class HomeFragment : Fragment() {
view.toolbar.compoundDrawablePadding =
view.resources.getDimensionPixelSize(R.dimen.search_bar_search_engine_icon_padding)
view.toolbar_wrapper.setOnClickListener {
hideOnboardingIfNeeded()
navigateToSearch()
requireComponents.analytics.metrics.track(Event.SearchBarTapped(Event.SearchBarTapped.Source.HOME))
}
Expand Down

0 comments on commit 451f60b

Please sign in to comment.