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