mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Make delegate weak on ShareExtensionManager
This commit is contained in:
@@ -89,7 +89,7 @@ extern NSString *const kShareExtensionManagerDidUpdateAccountDataNotification;
|
||||
/**
|
||||
A delegate used to notify about needed UI changes when sharing
|
||||
*/
|
||||
@property (nonatomic) id<ShareExtensionManagerDelegate> delegate;
|
||||
@property (nonatomic, weak) id<ShareExtensionManagerDelegate> delegate;
|
||||
|
||||
/**
|
||||
The singleton instance
|
||||
|
||||
Reference in New Issue
Block a user