Merge pull request #4764 from pangeachat/merge-prod-into-main

Merge prod into main
This commit is contained in:
ggurdin 2025-12-02 12:55:57 -05:00 committed by GitHub
commit aa51b638fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -476,7 +476,9 @@ class _ActivityStatuses extends StatelessWidget {
);
},
),
trailing: const Icon(Icons.arrow_forward),
trailing: space.isRoomAdmin
? const Icon(Icons.arrow_forward)
: null,
onTap: space.isRoomAdmin ? () => onTap(roomId) : null,
);
}),