From 0436f16aa9d3646690d2c680a152f92e1a206310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sat, 28 Feb 2026 11:10:50 +0100 Subject: [PATCH] fix: Edit space child button opens space details page and not space child details page --- lib/pages/chat_list/space_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/chat_list/space_view.dart b/lib/pages/chat_list/space_view.dart index 9a1fdd56b..c2fc44374 100644 --- a/lib/pages/chat_list/space_view.dart +++ b/lib/pages/chat_list/space_view.dart @@ -326,7 +326,7 @@ class _SpaceViewState extends State { if (space == null) return; switch (action) { case SpaceChildAction.edit: - context.push('/rooms/${widget.spaceId}/details'); + context.push('/rooms/$roomId/details'); case SpaceChildAction.moveToSpace: final spacesWithPowerLevels = space.client.rooms .where(