Add Show Channel Details to Subscription Feed & History
This commit is contained in:
parent
759a078ce0
commit
c248741c00
3 changed files with 3 additions and 0 deletions
|
|
@ -354,6 +354,7 @@ class FeedFragment : BaseStateFragment<FeedState>() {
|
|||
StreamDialogEntry.mark_as_watched
|
||||
)
|
||||
}
|
||||
entries.add(StreamDialogEntry.show_channel_details)
|
||||
|
||||
StreamDialogEntry.setEnabledEntries(entries)
|
||||
InfoItemDialog(activity, item, StreamDialogEntry.getCommands(context)) { _, which ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue