Tap/hold to send voice messages isn't intuitive #4601

- Fixed
This commit is contained in:
Gil Eluard 2021-07-26 21:59:16 +02:00
parent 265c9e8498
commit 0cc684959d
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ Changes to be released in next version
* Settings: Disabled autocorrection when entering an identity server (#4593).
* Room Notification Settings: Fix Crash when opening the new Room Notification Settings Screen (Not yet released) (#4599).
* AuthenticationViewController: Fix crash on authentication if an intermediate view was presented (#4606).
* Tap/hold to send voice messages isn't intuitive (#4601).
⚠️ API Changes
*

View file

@ -45,7 +45,7 @@ struct VoiceMessageToolbarViewDetails {
class VoiceMessageToolbarView: PassthroughView, NibLoadable, Themable, UIGestureRecognizerDelegate, VoiceMessagePlaybackViewDelegate {
private enum Constants {
static let longPressMinimumDuration: TimeInterval = 1.0
static let longPressMinimumDuration: TimeInterval = 0.0
static let animationDuration: TimeInterval = 0.25
static let lockModeTransitionAnimationDuration: TimeInterval = 0.5
static let panDirectionChangeThreshold: CGFloat = 20.0