mozilla-mobile/android-components

DuplicateTabUseCase: add method to duplicated the currently selected tab

fice-t opened this issue · 0 comments

As it stands one needs to pass in a TabSessionState to duplicate a tab, but it can be useful to just duplicate the currently selected tab. For example, the caller may not have (easy) access to the BrowserStore or its state.

I've implemented this for the Fenix PR mozilla-mobile/fenix/pull/27246.

┆Issue is synchronized with this Jira Task