Minor UI tweaks

This commit is contained in:
nielsandriesse 2020-09-10 11:17:48 +10:00
parent 43e3738da4
commit 69230593e9
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}