Closed
Bug 1570976
Opened 6 years ago
Closed 3 years ago
GeckoResult.ALLOW is sometimes unusable
Categories
(GeckoView :: General, defect, P3)
Tracking
(firefox70 affected)
RESOLVED
DUPLICATE
of bug 1697270
Tracking | Status | |
---|---|---|
firefox70 | --- | affected |
People
(Reporter: snorp, Assigned: snorp)
References
Details
GeckoResult.ALLOW
is sometimes created on a thread without a Looper
, making it impossible to then()
it. This is not ideal, as it's unusable for return values in GeckoSession
delegates. We should probably just remove this API and add something like GeckoResult.allow()
which creates a new GeckoResult
each time.
Updated•6 years ago
|
Assignee: nobody → snorp
Updated•6 years ago
|
Priority: -- → P3
Comment 3•3 years ago
|
||
We fixed this in Bug 1697270.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•