For #18815: Expand app bar on onboarding dismissal and browsing start.

This commit is contained in:
mcarare 2021-04-06 17:27:11 +03:00 committed by Mihai Adrian Carare
parent b9881372ef
commit 445091db14

View File

@ -742,6 +742,7 @@ class HomeFragment : Fragment() {
private fun hideOnboardingAndOpenSearch() {
hideOnboardingIfNeeded()
appBarLayout?.setExpanded(true, true)
navigateToSearch()
}