Remove topic when selecting space

This commit is contained in:
Kelrap 2024-06-21 09:26:41 -04:00
parent f1281d744f
commit cbadc1999a

View file

@ -239,7 +239,9 @@ class _SpaceViewState extends State<SpaceView> {
room?.getLocalizedDisplayname(
MatrixLocals(L10n.of(context)!),
),
message: spaceChild?.topic ?? room?.topic,
// #Pangea
// message: spaceChild?.topic ?? room?.topic,
// Pangea#
actions: [
// #Pangea
// if (room == null)