Skip to content

Commit

Permalink
fix crash in ConversationsFragment (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck authored Apr 13, 2022
1 parent c705e9c commit 1d20a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class ConversationsFragment : SFragment(), StatusActionListener, Injectable, Res

initSwipeToRefresh()

lifecycleScope.launch {
viewLifecycleOwner.lifecycleScope.launch {
viewModel.conversationFlow.collectLatest { pagingData ->
adapter.submitData(pagingData)
}
Expand Down

0 comments on commit 1d20a02

Please sign in to comment.