Merge pull request #160 from gvv-ua/channel_long_tap
add onLongPress on channel when using custom channel builder
This commit is contained in:
@@ -329,6 +329,9 @@ class _ChannelListViewState extends State<ChannelListView>
|
||||
onTap: () {
|
||||
onTap(channel, widget.channelWidget);
|
||||
},
|
||||
onLongPress: () {
|
||||
widget.onChannelLongPress(channel);
|
||||
},
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user