Remove topic when selecting space
This commit is contained in:
parent
f1281d744f
commit
cbadc1999a
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue