Merge pull request #160 from gvv-ua/channel_long_tap

add onLongPress on channel when using custom channel builder
This commit is contained in:
Salvatore Giordano
2020-12-02 17:09:57 +01:00
committed by GitHub
+3
View File
@@ -329,6 +329,9 @@ class _ChannelListViewState extends State<ChannelListView>
onTap: () {
onTap(channel, widget.channelWidget);
},
onLongPress: () {
widget.onChannelLongPress(channel);
},
),
),
),