This commit is contained in:
Niels Andriesse 2019-10-17 13:07:38 +11:00
parent b748566f34
commit a35079433f
1 changed files with 2 additions and 0 deletions

View File

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