mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-30 15:10:56 +00:00
Fix missing navController in last doc commit
This commit is contained in:
parent
dff3539534
commit
b85138a409
@ -190,7 +190,9 @@ typedef enum {
|
||||
[NSURL URLWithString:@"http://hockeayyp.net/"]]];
|
||||
|
||||
feedbackCompose.modalPresentationStyle = UIModalPresentationFormSheet;
|
||||
[self presentViewController:feedbackCompose animated:YES completion:nil];
|
||||
|
||||
UINavigationController *navController = [[[UINavigationController alloc] initWithRootViewController:feedbackCompose] autorelease];
|
||||
[self presentViewController:navController animated:YES completion:nil];
|
||||
|
||||
@return `BITFeedbackComposeViewController` The compose feedback view controller,
|
||||
e.g. to push it onto a navigation stack.
|
||||
|
Loading…
x
Reference in New Issue
Block a user