Lint fixes.

This commit is contained in:
Onuray Sahin 2022-03-07 21:48:16 +03:00
parent 3156410965
commit 6fef2f6d4e

View file

@ -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 {