Open
Bug 1796256
Opened 3 years ago
Updated 3 years ago
Provide id from which the thumbnail load request was made
Categories
(Firefox for Android :: Tabs, task)
Tracking
()
NEW
People
(Reporter: gl, Unassigned)
Details
From github: https://github.com/mozilla-mobile/android-components/issues/7333.
We should pass the association of the thumbnail bitmap along with the ID in which the request came from.
data class Thumbnail( val image: Bitmap, val id: String )We may need to better refine this to support top site thumbnails as well where the
idcan be replaced by aurl.┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(cpeterson)
Updated•3 years ago
|
Severity: -- → N/A
Type: defect → task
Updated•3 years ago
|
Flags: needinfo?(cpeterson)
You need to log in
before you can comment on or make changes to this bug.
Description
•