Fix quality

This commit is contained in:
ganfra 2026-02-10 10:07:27 +01:00
parent 91eeb7b773
commit d67cbb1132

View file

@ -164,7 +164,7 @@ class ConfigureRoomPresenter(
).toImmutableList() ).toImmutableList()
} }
} }
val currentJoinRule = createRoomConfig.visibilityState?.joinRuleItem val currentJoinRule = createRoomConfig.visibilityState.joinRuleItem
LaunchedEffect(availableJoinRules, currentJoinRule) { LaunchedEffect(availableJoinRules, currentJoinRule) {
// Find matching rule by type (ignoring parentSpaceId parameter for Restricted types) // Find matching rule by type (ignoring parentSpaceId parameter for Restricted types)
val matchingRule = when (currentJoinRule) { val matchingRule = when (currentJoinRule) {