mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix little bug
This commit is contained in:
		@@ -75,7 +75,7 @@ class JoinGroupPaneBodyState extends State<_JoinGroupPaneBody> {
 | 
				
			|||||||
          ]..addAll(_groups.map((e) => RadioListTile(
 | 
					          ]..addAll(_groups.map((e) => RadioListTile(
 | 
				
			||||||
                value: e.id,
 | 
					                value: e.id,
 | 
				
			||||||
                groupValue: _currChoice,
 | 
					                groupValue: _currChoice,
 | 
				
			||||||
                onChanged: (v) => setState(() => _currChoice = _currChoice),
 | 
					                onChanged: (v) => setState(() => _currChoice = e.id),
 | 
				
			||||||
                title: Text(e.name),
 | 
					                title: Text(e.name),
 | 
				
			||||||
                subtitle: Text(e.membershipText),
 | 
					                subtitle: Text(e.membershipText),
 | 
				
			||||||
              ))),
 | 
					              ))),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user