From f1940088ec0eb395bf08e72fce186b8242d55a17 Mon Sep 17 00:00:00 2001 From: ganfra Date: Tue, 27 Jan 2026 21:19:21 +0100 Subject: [PATCH] Fix renaming after rebase --- .../io/element/android/features/space/impl/SpaceFlowNode.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/space/impl/src/main/kotlin/io/element/android/features/space/impl/SpaceFlowNode.kt b/features/space/impl/src/main/kotlin/io/element/android/features/space/impl/SpaceFlowNode.kt index 0123beb515..2b29a895a6 100644 --- a/features/space/impl/src/main/kotlin/io/element/android/features/space/impl/SpaceFlowNode.kt +++ b/features/space/impl/src/main/kotlin/io/element/android/features/space/impl/SpaceFlowNode.kt @@ -166,7 +166,7 @@ class SpaceFlowNode( buildContext = buildContext, callback = callback, ) - .setParentSpace(spaceRoomList.roomId) + .setParentSpace(spaceRoomList.spaceId) .build() } NavTarget.AddRoom -> {