dropbox init changes to better match init style methods

This commit is contained in:
Kilian Hofmann 2016-04-18 12:20:11 +02:00
parent ca9003ca7a
commit 37a44af92c

View File

@ -121,7 +121,9 @@
UIAlertAction *defaultAction =
[UIAlertAction actionWithTitle:@"Cancel"
style:UIAlertActionStyleCancel
handler:nil];
handler:^(UIAlertAction *action) {
_screen.LSK_R1.text = _backupCoRte;
}];
UIAlertAction *loadAction = [UIAlertAction
actionWithTitle:@"Load"
style:UIAlertActionStyleDefault