Implement toast messages when links are copied

This commit is contained in:
ismailgulek
2022-01-06 02:41:57 +03:00
parent c28af1644d
commit 471c69bdaa
6 changed files with 42 additions and 21 deletions
@@ -27,5 +27,6 @@ enum ThreadListViewState {
case showingFilterTypes
case showingLongPressActions
case share(_ string: String)
case toastForCopyLink
case error(Error)
}