Tapping on waveform in composer glitches UI #4603

- Fixed
This commit is contained in:
Gil Eluard
2021-07-26 22:19:04 +02:00
parent 9e8cc25f82
commit 2b2fe0c6bd
2 changed files with 5 additions and 0 deletions
@@ -393,6 +393,10 @@ class VoiceMessageToolbarView: PassthroughView, NibLoadable, Themable, UIGesture
}
@objc private func handleWaveformTap(_ gestureRecognizer: UITapGestureRecognizer) {
guard self.lastUIState == .lockedModeRecord else {
return
}
delegate?.voiceMessageToolbarViewDidRequestRecordingFinish(self)
}
}