You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
Since we migrated FullScreenFeature from SessionManager to BrowserStore we now invoke the callbacks with the initial state (e.g. fullScreenChanged(false)) on start. That is a behavior change and caused an issue in Fenix (see above). Since that is unnecessary to do (we only want to do something if we switch to fullscreen mode or back) we should just not do that in the feature.
Fenix issue: mozilla-mobile/fenix#12424
Since we migrated
FullScreenFeature
fromSessionManager
toBrowserStore
we now invoke the callbacks with the initial state (e.g.fullScreenChanged(false)
) on start. That is a behavior change and caused an issue in Fenix (see above). Since that is unnecessary to do (we only want to do something if we switch to fullscreen mode or back) we should just not do that in the feature.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: