We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceb5ebf + 6dfb22b commit 11d853eCopy full SHA for 11d853e
flipchatApp/src/main/kotlin/xyz/flipchat/app/features/chat/info/RoomInfoScreen.kt
@@ -401,7 +401,7 @@ private fun RoomInfoScreenContent(
401
.pointerInput(Unit) {
402
detectTapGestures(
403
onLongPress = if (state.isHost && !member.isSelf) { _ ->
404
- dispatch(ChatInfoViewModel.Event.DemoteRequested(member))
+ dispatch(ChatInfoViewModel.Event.PromoteRequested(member))
405
} else null,
406
onTap = if (state.canViewUserProfile) { _ ->
407
viewUserProfile(member)
0 commit comments