mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	Merge branch 'krille/fix-signup' into 'main'
fix: Do not use android webview on signup See merge request famedly/fluffychat!746
This commit is contained in:
		
						commit
						2cf9ba2cff
					
				@ -85,7 +85,7 @@ extension UiaRequestManager on MatrixState {
 | 
			
		||||
          launch(
 | 
			
		||||
            url.toString(),
 | 
			
		||||
            forceSafariVC: true,
 | 
			
		||||
            forceWebView: true,
 | 
			
		||||
            forceWebView: false,
 | 
			
		||||
          );
 | 
			
		||||
          if (OkCancelResult.ok ==
 | 
			
		||||
              await showOkCancelAlertDialog(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user