fixed community selection

This commit is contained in:
hannathkadher
2024-11-21 19:39:55 +04:00
parent 4a9d99d7b0
commit 6f554dc941

View File

@ -221,6 +221,7 @@ class _SidebarWidgetState extends State<SidebarWidget> {
_selectedCommunityUuid = community.uuid; // Update selected community
});
if (widget.onSpaceSelected != null) {
widget.onCommunitySelected!(community);
widget.onSpaceSelected!(space);
}
},