Commit 8440b588 authored by Rhodwell Malicdem's avatar Rhodwell Malicdem Committed by clairehurst
Browse files

Bug 1980808 - Show search toolbar after returning to Firefox r=android-reviewers,skhan

Differential Revision: https://phabricator.services.mozilla.com/D260395

Resolved conflict in mobile/android/fenix/app/src/main/java/org/mozilla/fenix/browser/BaseBrowserFragment.kt
parent 646bd728
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1887,6 +1887,15 @@ abstract class BaseBrowserFragment :
            true
        BiometricAuthenticationManager.biometricAuthenticationNeededInfo.authenticationStatus =
            AuthenticationStatus.NOT_AUTHENTICATED

        getSafeCurrentTab()?.id?.let {
            requireComponents.core.store.dispatch(
                ContentAction.UpdateExpandedToolbarStateAction(
                    sessionId = it,
                    expanded = true,
                ),
            )
        }
    }

    private fun evaluateMessagesForMicrosurvey(components: Components) =