forked from Nexus/nexus
try to fix android build
This commit is contained in:
parent
6e02cce84f
commit
5f9622e1c9
8 changed files with 4 additions and 20 deletions
|
|
@ -88,6 +88,7 @@ class SpacesController extends Notifier<IList<Space>> {
|
|||
|
||||
final children = childRoomsBySpaceId[id] ?? .new();
|
||||
return Space(
|
||||
subSpaces: const IList.empty(), // TODO
|
||||
id: id,
|
||||
title: room.metadata?.name ?? "Unnamed Room",
|
||||
room: room,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue