mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/18075: Add SaveVideoAudioCandidate for custom tabs context menu.
This commit is contained in:
parent
01bc150556
commit
5d8ebf61d1
@ -29,6 +29,7 @@ class CustomTabContextMenuCandidate {
|
||||
),
|
||||
ContextMenuCandidate.createShareLinkCandidate(context),
|
||||
ContextMenuCandidate.createSaveImageCandidate(context, contextMenuUseCases),
|
||||
ContextMenuCandidate.createSaveVideoAudioCandidate(context, contextMenuUseCases),
|
||||
ContextMenuCandidate.createCopyImageLocationCandidate(
|
||||
context,
|
||||
snackBarParentView,
|
||||
|
Loading…
Reference in New Issue
Block a user