Add Open in browser option to long-press menu

Add Open in browser option to long-press menu when long pressing a stream and a subscription
This commit is contained in:
TiA4f8R 2021-05-13 12:49:34 +02:00
parent 71aa6c6e92
commit b9aaafdb30
No known key found for this signature in database
GPG key ID: E6D3E7F5949450DD
3 changed files with 9 additions and 4 deletions

View file

@ -370,10 +370,10 @@ public abstract class BaseListFragment<I, N> extends BaseStateFragment<I>
StreamDialogEntry.share
));
}
entries.add(StreamDialogEntry.open_in_browser);
if (KoreUtil.shouldShowPlayWithKodi(context, item.getServiceId())) {
entries.add(StreamDialogEntry.play_with_kodi);
}
if (!isNullOrEmpty(item.getUploaderUrl())) {
entries.add(StreamDialogEntry.show_channel_details);
}