Remove the intermediate confirmation window when sharing something from outside the app

This commit is contained in:
QuentinArguillere 2022-01-26 11:05:29 +01:00
parent 2291d70411
commit fb82e69db3

View file

@ -61,6 +61,10 @@
[self.extensionContext completeRequestReturningItems:@[] completionHandler:nil]; [self.extensionContext completeRequestReturningItems:@[] completionHandler:nil];
} }
-(void) viewDidAppear:(BOOL)animated {
[self didSelectPost];
}
- (NSArray *)configurationItems { - (NSArray *)configurationItems {
// To add configuration options via table cells at the bottom of the sheet, return an array of SLComposeSheetConfigurationItem here. // To add configuration options via table cells at the bottom of the sheet, return an array of SLComposeSheetConfigurationItem here.
return @[]; return @[];