mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +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/"]]];
|
[NSURL URLWithString:@"http://hockeayyp.net/"]]];
|
||||||
|
|
||||||
feedbackCompose.modalPresentationStyle = UIModalPresentationFormSheet;
|
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,
|
@return `BITFeedbackComposeViewController` The compose feedback view controller,
|
||||||
e.g. to push it onto a navigation stack.
|
e.g. to push it onto a navigation stack.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user