Implement thread list long press actions, fix #5310

This commit is contained in:
ismailgulek
2022-01-05 13:26:13 +03:00
parent 30497de61c
commit f408750e81
9 changed files with 131 additions and 5 deletions
@@ -25,5 +25,9 @@ enum ThreadListViewAction {
case showFilterTypes
case selectFilterType(_ type: ThreadListFilterType)
case selectThread(_ index: Int)
case longPressThread(_ index: Int)
case actionViewInRoom
case actionCopyLinkToThread
case actionShare
case cancel
}