mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: Bootstrap wipe
This commit is contained in:
		
							parent
							
								
									395e62e96a
								
							
						
					
					
						commit
						774f674031
					
				@ -513,14 +513,15 @@ class _SettingsState extends State<Settings> {
 | 
			
		||||
                          message: L10n.of(context).wipeChatBackup,
 | 
			
		||||
                          isDestructiveAction: true,
 | 
			
		||||
                        )) {
 | 
			
		||||
                      return BootstrapDialog(
 | 
			
		||||
                      await BootstrapDialog(
 | 
			
		||||
                        l10n: L10n.of(context),
 | 
			
		||||
                        client: Matrix.of(context).client,
 | 
			
		||||
                        wipe: true,
 | 
			
		||||
                      ).show(context);
 | 
			
		||||
                    }
 | 
			
		||||
                    return;
 | 
			
		||||
                  }
 | 
			
		||||
                  return BootstrapDialog(
 | 
			
		||||
                  await BootstrapDialog(
 | 
			
		||||
                    l10n: L10n.of(context),
 | 
			
		||||
                    client: Matrix.of(context).client,
 | 
			
		||||
                  ).show(context);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user