This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
[Bug] LinkEngineSessionAction does not consider restoreState result #9445
Labels
🐞 bug
Something isn't working
<engine-gecko>
Component: browser-engine-gecko
<tabs>
Components: browser-tabstray, feature-tabs
Milestone
Fenix issue: mozilla-mobile/fenix#16259.
There are 2 issues here that cause the Fenix bug:
state.actualState
might not be null but still empty.createEngineSession
ifengineSessionState
is not null,skipLoading
is always true, even ifrestoreState
returns false.So, we should also check if
actualState
is empty and do not skip loading when we could not restore state.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: