Add Show Channel Details to Subscription Feed & History

This commit is contained in:
ktprograms 2021-08-13 16:58:01 +08:00
parent 759a078ce0
commit c248741c00
3 changed files with 3 additions and 0 deletions

View file

@ -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 ->