Closed
Bug 1819733
Opened 3 years ago
Closed 3 years ago
`TabSheetBehaviorManagerTest` fails after Compose refactor to `TabSheetBehaviorManager`
Categories
(Firefox for Android :: Tabs, defect, P3)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | unaffected |
| firefox111 | --- | unaffected |
| firefox112 | --- | fixed |
People
(Reporter: 007, Assigned: 007)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fxdroid])
Attachments
(1 file)
For some reason, the CI did not catch this when landing Bug 1814987.
This is a one-line fix:
| Before | After |
|---|---|
private val behavior: BottomSheetBehavior<View> |
private val behavior: BottomSheetBehavior<out View> |
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1814987
status-firefox110:
--- → unaffected
status-firefox111:
--- → unaffected
status-firefox112:
--- → affected
| Assignee | ||
Updated•3 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•