No description provided.
Bug 1899893 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Currently, the Composified Tabs Tray relies upon three stores to render, but it should really only rely upon TabsTrayStore. As part of this ticket, fold the selected Tab ID in Browser Store into Tabs Tray Store, similar to how we’re transforming the tab data from BrowserStore into normal/private/inactive tabs in [TabSorter](https://searchfox.org/mozilla-central/source/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/tabstray/browser/TabSorter.kt)