From cbadc1999a702c2ed876fa203cff9dc53d27ef4e Mon Sep 17 00:00:00 2001 From: Kelrap Date: Fri, 21 Jun 2024 09:26:41 -0400 Subject: [PATCH] Remove topic when selecting space --- lib/pages/chat_list/space_view.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/pages/chat_list/space_view.dart b/lib/pages/chat_list/space_view.dart index 6a1b93889..e6c85a617 100644 --- a/lib/pages/chat_list/space_view.dart +++ b/lib/pages/chat_list/space_view.dart @@ -239,7 +239,9 @@ class _SpaceViewState extends State { room?.getLocalizedDisplayname( MatrixLocals(L10n.of(context)!), ), - message: spaceChild?.topic ?? room?.topic, + // #Pangea + // message: spaceChild?.topic ?? room?.topic, + // Pangea# actions: [ // #Pangea // if (room == null)