add onLongPress on channel when using custom channel builder

This commit is contained in:
vhubskyi
2020-12-02 10:54:18 +02:00
parent 9339fefeb8
commit 6ce25700d0
+3
View File
@@ -329,6 +329,9 @@ class _ChannelListViewState extends State<ChannelListView>
onTap: () {
onTap(channel, widget.channelWidget);
},
onLongPress: () {
widget.onChannelLongPress(channel);
},
),
),
),