change(roles and permissions): clean code

This commit is contained in:
ganfra 2025-11-05 15:31:48 +01:00
parent 42b8dc33f2
commit fe7bc4fd9d
8 changed files with 22 additions and 23 deletions

View file

@ -96,7 +96,7 @@ class HomeFlowNode(
val isNewOwnerSelected = changeRoomMemberRolesNode.waitForCompletion()
withContext(NonCancellable) {
backstack.pop()
if(isNewOwnerSelected) {
if (isNewOwnerSelected) {
onNewOwnersSelected(changeRoomMemberRolesNode.roomId)
}
}