mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-29 14:40:42 +00:00
Another fix *doh*
This commit is contained in:
parent
b85138a409
commit
10d6c72d95
@ -188,10 +188,9 @@ typedef enum {
|
|||||||
[feedbackCompose prepareWithItems:
|
[feedbackCompose prepareWithItems:
|
||||||
@[@"Adding some example default text and also adding a link.",
|
@[@"Adding some example default text and also adding a link.",
|
||||||
[NSURL URLWithString:@"http://hockeayyp.net/"]]];
|
[NSURL URLWithString:@"http://hockeayyp.net/"]]];
|
||||||
|
|
||||||
feedbackCompose.modalPresentationStyle = UIModalPresentationFormSheet;
|
|
||||||
|
|
||||||
UINavigationController *navController = [[[UINavigationController alloc] initWithRootViewController:feedbackCompose] autorelease];
|
UINavigationController *navController = [[[UINavigationController alloc] initWithRootViewController:feedbackCompose] autorelease];
|
||||||
|
navController.modalPresentationStyle = UIModalPresentationFormSheet;
|
||||||
[self presentViewController:navController animated:YES completion:nil];
|
[self presentViewController:navController animated:YES completion:nil];
|
||||||
|
|
||||||
@return `BITFeedbackComposeViewController` The compose feedback view controller,
|
@return `BITFeedbackComposeViewController` The compose feedback view controller,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user