mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-23 04:28:53 +00:00
Fix compile error with Xcode 6.4
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
#import "BITFeedbackManagerPrivate.h"
|
||||
#import "BITHockeyBaseManagerPrivate.h"
|
||||
|
||||
#import "HockeySDKNullability.h"
|
||||
#import "BITHockeyHelper.h"
|
||||
#import "BITHockeyAppClient.h"
|
||||
|
||||
@@ -810,7 +811,7 @@ NSString *const kBITFeedbackUpdateAttachmentThumbnail = @"BITFeedbackUpdateAttac
|
||||
handler:nil];
|
||||
UIAlertAction *showAction = [UIAlertAction actionWithTitle:BITHockeyLocalizedString(@"HockeyFeedbackShow")
|
||||
style:UIAlertActionStyleDefault
|
||||
handler:^(UIAlertAction * _Nonnull action) {
|
||||
handler:^(UIAlertAction *__nonnull action) {
|
||||
[self showFeedbackListView];
|
||||
}];
|
||||
[alertController addAction:cancelAction];
|
||||
|
||||
Reference in New Issue
Block a user