mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-06 14:03:45 +01:00
Lint fixes.
This commit is contained in:
parent
3156410965
commit
6fef2f6d4e
@ -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…
x
Reference in New Issue
Block a user