mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Update comments on user page switch
This commit is contained in:
		@@ -156,6 +156,16 @@ class __GeneralAccountSettingsBodyState
 | 
			
		||||
          _updateSettings();
 | 
			
		||||
        },
 | 
			
		||||
      ),
 | 
			
		||||
 | 
			
		||||
      // Allow comments on user page ?
 | 
			
		||||
      SettingsTile.switchTile(
 | 
			
		||||
        title: tr("Allow comments on your page"),
 | 
			
		||||
        onToggle: (v) {
 | 
			
		||||
          _settings.allowComments = v;
 | 
			
		||||
          _updateSettings();
 | 
			
		||||
        },
 | 
			
		||||
        switchValue: _settings.allowComments,
 | 
			
		||||
      ),
 | 
			
		||||
    ];
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user