diff --git a/Signal/src/ViewControllers/HomeView/Chat List/ChatListFilterControl.swift b/Signal/src/ViewControllers/HomeView/Chat List/ChatListFilterControl.swift index 14ce648b7e..1dae471839 100644 --- a/Signal/src/ViewControllers/HomeView/Chat List/ChatListFilterControl.swift +++ b/Signal/src/ViewControllers/HomeView/Chat List/ChatListFilterControl.swift @@ -515,7 +515,7 @@ final class ChatListFilterControl: UIView, UIScrollViewDelegate { } if feedback == nil { - let feedback = UIImpactFeedbackGenerator(style: .medium) + let feedback = UIImpactFeedbackGenerator(style: .heavy) feedback.prepare() self.feedback = feedback }