forked from mirrors/linphone-iphone
Remove the intermediate confirmation window when sharing something from outside the app
This commit is contained in:
parent
2291d70411
commit
fb82e69db3
1 changed files with 4 additions and 0 deletions
|
|
@ -61,6 +61,10 @@
|
|||
[self.extensionContext completeRequestReturningItems:@[] completionHandler:nil];
|
||||
}
|
||||
|
||||
-(void) viewDidAppear:(BOOL)animated {
|
||||
[self didSelectPost];
|
||||
}
|
||||
|
||||
- (NSArray *)configurationItems {
|
||||
// To add configuration options via table cells at the bottom of the sheet, return an array of SLComposeSheetConfigurationItem here.
|
||||
return @[];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue