Skip to content

Commit

Permalink
For mozilla-mobile#18815: Expand app bar on onboarding dismissal and …
Browse files Browse the repository at this point in the history
…browsing start.
  • Loading branch information
mcarare committed Apr 6, 2021
1 parent a443509 commit c0581eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/org/mozilla/fenix/home/HomeFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ class HomeFragment : Fragment() {

private fun hideOnboardingAndOpenSearch() {
hideOnboardingIfNeeded()
appBarLayout?.setExpanded(true, true)
navigateToSearch()
}

Expand Down

0 comments on commit c0581eb

Please sign in to comment.