Introduced new ShareExtensionDelegate method didStartSendingToRoom to notify the viewController when the request is initiated to only then show the loading hud, block interaction with the view, etc

This commit is contained in:
Aram Sargsyan
2017-08-21 01:39:08 +04:00
parent 224cf039f1
commit b1ae853be4
3 changed files with 24 additions and 3 deletions
@@ -35,6 +35,8 @@
@optional
- (void)shareExtensionManager:(ShareExtensionManager *)extensionManager didStartSendingContentToRoom:(MXRoom *)room;
/**
Called when the progress of the uploading media changes
@param extensionManager the ShareExtensionManager object that called the method