removed unused comments
This commit is contained in:
parent
b2166906c3
commit
c88970d859
1 changed files with 0 additions and 2 deletions
|
|
@ -30,7 +30,6 @@ class StartChatFloatingActionButton extends StatelessWidget {
|
|||
void _onPressed(BuildContext context) async {
|
||||
//#Pangea
|
||||
if (controller.activeSpaceId != null) {
|
||||
// context.go('/rooms/newgroup/${controller.activeSpaceId ?? ''}');
|
||||
context.go('/rooms/newgroup?spaceId=${controller.activeSpaceId ?? ''}');
|
||||
return;
|
||||
}
|
||||
|
|
@ -45,7 +44,6 @@ class StartChatFloatingActionButton extends StatelessWidget {
|
|||
case ActiveFilter.groups:
|
||||
// #Pangea
|
||||
// context.go('/rooms/newgroup');
|
||||
// context.go('/rooms/newgroup/${controller.activeSpaceId ?? ''}');
|
||||
context.go('/rooms/newgroup?spaceId=${controller.activeSpaceId ?? ''}');
|
||||
// Pangea#
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue