mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-03 21:16:35 +00:00
Do not use deprecated delegate method
This commit is contained in:
parent
982ce56798
commit
c0e4ffe84e
@ -106,7 +106,7 @@
|
||||
return navController;
|
||||
}
|
||||
|
||||
-(void)feedbackComposeViewControllerDidFinish:(BITFeedbackComposeViewController *)composeViewController {
|
||||
- (void)feedbackComposeViewController:(BITFeedbackComposeViewController *)composeViewController didFinishWithResult:(BITFeedbackComposeResult)composeResult {
|
||||
[self activityDidFinish:YES];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user