pull/58/head
Niels Andriesse 6 years ago
parent b748566f34
commit a35079433f

@ -3509,6 +3509,7 @@ typedef enum : NSUInteger {
[gifAction setValue:gifImage forKey:@"image"]; [gifAction setValue:gifImage forKey:@"image"];
[actionSheet addAction:gifAction]; [actionSheet addAction:gifAction];
/*
UIAlertAction *chooseDocumentAction = UIAlertAction *chooseDocumentAction =
[UIAlertAction actionWithTitle:NSLocalizedString(@"MEDIA_FROM_DOCUMENT_PICKER_BUTTON", [UIAlertAction actionWithTitle:NSLocalizedString(@"MEDIA_FROM_DOCUMENT_PICKER_BUTTON",
@"action sheet button title when choosing attachment type") @"action sheet button title when choosing attachment type")
@ -3536,6 +3537,7 @@ typedef enum : NSUInteger {
[chooseContactAction setValue:chooseContactImage forKey:@"image"]; [chooseContactAction setValue:chooseContactImage forKey:@"image"];
[actionSheet addAction:chooseContactAction]; [actionSheet addAction:chooseContactAction];
} }
*/
[self dismissKeyBoard]; [self dismissKeyBoard];
[self presentAlert:actionSheet]; [self presentAlert:actionSheet];

Loading…
Cancel
Save