Skip to content

Commit

Permalink
(sample-app) spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat authored and JcMinarro committed Mar 1, 2024
1 parent d205b7f commit 7fb7859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class GroupChatInfoViewModel(
channelState.flatMapLatest { it.hidden }
.distinctUntilChanged()
.take(1) // TODO we use take(1), cause ChannelState.hidden seems to be not updated properly
.asLiveData()
.asLiveData(),
) { hidden ->
logger.v { "[onHiddenChanged] hidden: $hidden" }
_state.value = _state.value?.copy(
Expand Down

0 comments on commit 7fb7859

Please sign in to comment.