diff --git a/Signal/src/Loki/Components/NewConversationButtonSet.swift b/Signal/src/Loki/Components/NewConversationButtonSet.swift index 7a1e583c9..98e9bb9a6 100644 --- a/Signal/src/Loki/Components/NewConversationButtonSet.swift +++ b/Signal/src/Loki/Components/NewConversationButtonSet.swift @@ -104,7 +104,7 @@ final class NewConversationButtonSet : UIView { override func touchesBegan(_ touches: Set, with event: UIEvent?) { guard let touch = touches.first, mainButton.contains(touch), !isUserDragging else { return } - UIImpactFeedbackGenerator(style: .medium).impactOccurred() + UIImpactFeedbackGenerator(style: .heavy).impactOccurred() expand(isUserDragging: true) }