mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
Lint fixes.
This commit is contained in:
parent
3156410965
commit
6fef2f6d4e
1 changed files with 1 additions and 1 deletions
|
@ -877,7 +877,7 @@ class MessageComposerViewModel @AssistedInject constructor(
|
|||
// Always stop all voice actions. It may be playing in timeline or active recording
|
||||
val playingAudioContent = voiceMessageHelper.stopAllVoiceActions(deleteRecord = false)
|
||||
voiceMessageHelper.clearTracker()
|
||||
|
||||
|
||||
val isVoiceRecording = com.airbnb.mvrx.withState(this) { it.isVoiceRecording }
|
||||
if (isVoiceRecording) {
|
||||
viewModelScope.launch {
|
||||
|
|
Loading…
Reference in a new issue