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 *defaultAction =
|
||||||
[UIAlertAction actionWithTitle:@"Cancel"
|
[UIAlertAction actionWithTitle:@"Cancel"
|
||||||
style:UIAlertActionStyleCancel
|
style:UIAlertActionStyleCancel
|
||||||
handler:nil];
|
handler:^(UIAlertAction *action) {
|
||||||
|
_screen.LSK_R1.text = _backupCoRte;
|
||||||
|
}];
|
||||||
UIAlertAction *loadAction = [UIAlertAction
|
UIAlertAction *loadAction = [UIAlertAction
|
||||||
actionWithTitle:@"Load"
|
actionWithTitle:@"Load"
|
||||||
style:UIAlertActionStyleDefault
|
style:UIAlertActionStyleDefault
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user