dropbox init changes to better match init style methods
This commit is contained in:
parent
ca9003ca7a
commit
37a44af92c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user