Closed
Bug 1833756
Opened 2 years ago
Closed 2 years ago
[Tabs tray to Compose] Remove unnecessary `selectionMode` parameter from `PrivateTabsPage` and `NormalTabsPage`
Categories
(Firefox for Android :: Tabs, task, P3)
Tracking
()
RESOLVED
FIXED
115 Branch
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: 007, Assigned: 007)
References
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
Since tabsTrayStore is being passed into these two component Composable nodes, we don't need to propagate a redundant parameter. As part of this ticket, remove selectionMode and add the observation to the two Composables.
| Assignee | ||
Updated•2 years ago
|
Summary: [Tabs tray to Compose] Remove unnecessary `selectionMode` from `PrivateTabsPage` and `NormalTabsPage` → [Tabs tray to Compose] Remove unnecessary `selectionMode` parameter from `PrivateTabsPage` and `NormalTabsPage`
| Assignee | ||
Updated•2 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [fxdroid]
Updated•2 years ago
|
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Authored by https://github.com/MozillaNoah
https://github.com/mozilla-mobile/firefox-android/commit/4c208e709176d5fc3b340a18ef33226f87a36e16
[main] Bug 1833756 - Remove unnecessary selectionMode parameter from normal and private tab pages
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox115:
--- → fixed
Flags: qe-verify+
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
| Assignee | ||
Updated•2 years ago
|
Flags: qe-verify+
You need to log in
before you can comment on or make changes to this bug.
Description
•