Closed
Bug 1834844
Opened 2 years ago
Closed 2 years ago
[Tabs tray to Compose] Refactor TabsTrayBanner's `onEnterMultiselectModeClick` lambda parameter
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)
onEnterMultiselectModeClick is currently a simple action dispatch, so this parameter should be removed from the TabsTrayBanner Composable function signature and it instead should just be firing the Action directly within the Composable call for SingleSelectBanner
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → nbond
Status: NEW → ASSIGNED
Whiteboard: [fxdroid]
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Authored by https://github.com/MozillaNoah
https://github.com/mozilla-mobile/firefox-android/commit/2e600971d0057644c0fbb42269b6794c37f35e56
[main] Bug 1834844 - Remove onEnterMultiselectModeClick parameter from TabsTrayBanner
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
•