|  |  | @ -197,17 +197,17 @@ NS_ASSUME_NONNULL_BEGIN | 
			
		
	
		
		
			
				
					
					|  |  |  |                                                                              message:successDescription |  |  |  |                                                                              message:successDescription | 
			
		
	
		
		
			
				
					
					|  |  |  |                                                                       preferredStyle:UIAlertControllerStyleAlert]; |  |  |  |                                                                       preferredStyle:UIAlertControllerStyleAlert]; | 
			
		
	
		
		
			
				
					
					|  |  |  |     [alertController |  |  |  |     [alertController | 
			
		
	
		
		
			
				
					
					|  |  |  |         addAction:[UIAlertAction actionWithTitle:NSLocalizedString(@"FINGERPRINT_SCAN_VERIFY_BUTTON", |  |  |  |         addAction:[UIAlertAction | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                                      @"Button that verifies user after a successful fingerprint scan.") |  |  |  |                       actionWithTitle:NSLocalizedString(@"FINGERPRINT_SCAN_VERIFY_BUTTON", | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                            style:UIAlertActionStyleDefault |  |  |  |                                           @"Button that marks user as verified after a successful fingerprint scan.") | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                          handler:^(UIAlertAction *action) { |  |  |  |                                 style:UIAlertActionStyleDefault | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                              [OWSIdentityManager.sharedManager |  |  |  |                               handler:^(UIAlertAction *action) { | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                                  setVerificationState:OWSVerificationStateVerified |  |  |  |                                   [OWSIdentityManager.sharedManager setVerificationState:OWSVerificationStateVerified | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                                           identityKey:identityKey |  |  |  |                                                                              identityKey:identityKey | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                                           recipientId:recipientId |  |  |  |                                                                              recipientId:recipientId | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                                       sendSyncMessage:YES]; |  |  |  |                                                                          sendSyncMessage:YES]; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                              [viewController dismissViewControllerAnimated:true completion:nil]; |  |  |  |                                   [viewController dismissViewControllerAnimated:true completion:nil]; | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                                          }]]; |  |  |  |                               }]]; | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |     UIAlertAction *dismissAction = |  |  |  |     UIAlertAction *dismissAction = | 
			
		
	
		
		
			
				
					
					|  |  |  |         [UIAlertAction actionWithTitle:dismissText |  |  |  |         [UIAlertAction actionWithTitle:dismissText | 
			
		
	
		
		
			
				
					
					|  |  |  |                                  style:UIAlertActionStyleDefault |  |  |  |                                  style:UIAlertActionStyleDefault | 
			
		
	
	
		
		
			
				
					|  |  | 
 |