mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user