mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: null for real
This commit is contained in:
		
							parent
							
								
									571b416b45
								
							
						
					
					
						commit
						d02aa446e1
					
				@ -140,10 +140,10 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
 | 
			
		||||
          .where((l) => l == LoginState.loggedIn)
 | 
			
		||||
          .first
 | 
			
		||||
          .then((_) {
 | 
			
		||||
        _loginClientCandidate = null;
 | 
			
		||||
        widget.clients.add(_loginClientCandidate);
 | 
			
		||||
        ClientManager.addClientNameToStore(_loginClientCandidate.clientName);
 | 
			
		||||
        _registerSubs(_loginClientCandidate.clientName);
 | 
			
		||||
        _loginClientCandidate = null;
 | 
			
		||||
        widget.router.currentState.to('/rooms');
 | 
			
		||||
      });
 | 
			
		||||
    return _loginClientCandidate;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user