mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Add an icon to the requested state
This commit is contained in:
		@@ -57,7 +57,10 @@ class _GroupMembershipWidgetState extends SafeState<GroupMembershipWidget> {
 | 
			
		||||
  Widget _buildPendingState() {
 | 
			
		||||
    return RichText(
 | 
			
		||||
      text: TextSpan(children: [
 | 
			
		||||
        TextSpan(text: tr("Requested") + " "),
 | 
			
		||||
        WidgetSpan(
 | 
			
		||||
            child: Icon(Icons.access_time, size: 12),
 | 
			
		||||
            alignment: PlaceholderAlignment.middle),
 | 
			
		||||
        TextSpan(text: " " + tr("Requested") + " "),
 | 
			
		||||
        TextSpan(
 | 
			
		||||
            text: tr("Cancel"),
 | 
			
		||||
            style: TextStyle(color: Colors.blue),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user