From fb82e69db3fcc9a11d154917c9db390cf34b887d Mon Sep 17 00:00:00 2001 From: QuentinArguillere Date: Wed, 26 Jan 2022 11:05:29 +0100 Subject: [PATCH] Remove the intermediate confirmation window when sharing something from outside the app --- linphoneExtension/ShareViewController.m | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linphoneExtension/ShareViewController.m b/linphoneExtension/ShareViewController.m index 850af69ba..30bf03f1e 100644 --- a/linphoneExtension/ShareViewController.m +++ b/linphoneExtension/ShareViewController.m @@ -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 @[];