Skip to content

Commit

Permalink
fix: Conversation verification changed message showing (#2413)
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow authored Nov 14, 2023
1 parent bc967ac commit c4e246c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.setValue
import androidx.lifecycle.SavedStateHandle
import androidx.lifecycle.viewModelScope
import androidx.paging.cachedIn
import com.wire.android.R
import com.wire.android.appLogger
import com.wire.android.media.audiomessage.ConversationAudioMessagePlayer
Expand Down Expand Up @@ -146,7 +145,6 @@ class ConversationMessagesViewModel @Inject constructor(

val paginatedMessagesFlow = getMessageForConversation(conversationId, lastReadIndex)
.flowOn(dispatchers.io())
.cachedIn(this)

conversationViewState = conversationViewState.copy(
messages = paginatedMessagesFlow,
Expand Down

0 comments on commit c4e246c

Please sign in to comment.