CryptoPassphrase  Diff

Differences From Artifact [ff4cbf141f]:

To Artifact [6cf3c3448e]:


124
125
126
127
128
129
130
131

132
133
134
135
136
137
138
				     message: @"The password has been copied "
					      @"into the clipboard."
			      preferredStyle: UIAlertControllerStyleAlert];
		[alert addAction:
		    [UIAlertAction actionWithTitle: @"OK"
					     style: UIAlertActionStyleDefault
					   handler: ^ (UIAlertAction *action) {
			[self.navigationController popViewControllerAnimated: YES];

		}]];

		[self presentViewController: alert
				   animated: YES
				 completion: nil];
	}];
}







|
>







124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
				     message: @"The password has been copied "
					      @"into the clipboard."
			      preferredStyle: UIAlertControllerStyleAlert];
		[alert addAction:
		    [UIAlertAction actionWithTitle: @"OK"
					     style: UIAlertActionStyleDefault
					   handler: ^ (UIAlertAction *action) {
			[self.navigationController
			    popViewControllerAnimated: YES];
		}]];

		[self presentViewController: alert
				   animated: YES
				 completion: nil];
	}];
}