Fix Doug's remarks

This commit is contained in:
ismailgulek
2022-01-26 15:58:37 +03:00
parent abe26c43fe
commit ae57c7e1fb
14 changed files with 83 additions and 59 deletions
@@ -25,8 +25,8 @@ enum ThreadListViewState {
case loaded
case empty(_ viewModel: ThreadListEmptyModel)
case showingFilterTypes
case showingLongPressActions
case share(_ string: String)
case showingLongPressActions(_ index: Int)
case share(_ url: URL, _ index: Int)
case toastForCopyLink
case error(Error)
}