mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: small fox for uia request
This commit is contained in:
		
							parent
							
								
									0e309fa9a7
								
							
						
					
					
						commit
						95e9d92791
					
				@ -118,7 +118,7 @@ class UiaRequestManager {
 | 
			
		||||
      }
 | 
			
		||||
    } catch (e, s) {
 | 
			
		||||
      Logs().e('Error while background UIA', e, s);
 | 
			
		||||
      return uiaRequest.cancel(e);
 | 
			
		||||
      return uiaRequest.cancel(e is Exception ? e : Exception(e));
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user