This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
[Bug] UriOpenedObserver not registered for restored sessions #9816
Labels
🐞 bug
Crashes, Something isn't working, ..
eng:health
Improve code health
eng:qa:not-needed
Added by QA to issues that cannot be tested
Feature:Telemetry
needs:investigation
Steps to reproduce
Add one or more tabs (sessions)
Close the app
Restart the app
Expected behavior
The
UriOpenedObserver
registers itself for restored sessionsActual behavior
The
UriOpenedObserver
doesn't register itself for restored sessions.Device information
Engineering notes
This happens because the restoring is done in
Core.kt
-> init ofSessionManager
(lazy init, first called inFenixApplication
-setupInMainProcessOnly()
), while theUriOpenedObserver
is initiated much later, when we go to theBrowserFragment
.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: