Minor UI tweaks

pull/266/head
nielsandriesse 5 years ago
parent 43e3738da4
commit 69230593e9

@ -104,7 +104,7 @@ final class NewConversationButtonSet : UIView {
override func touchesBegan(_ touches: Set<UITouch>, 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)
}

Loading…
Cancel
Save