1
0
Fork 0
forked from Nexus/nexus

try to fix android build

This commit is contained in:
Henry Hiles 2026-06-05 21:39:51 -04:00
commit 5f9622e1c9
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
8 changed files with 4 additions and 20 deletions

View file

@ -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,