mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
Weakify strong reference delegates.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
/**
|
||||
The delegate object to receive analytics events.
|
||||
*/
|
||||
@property (nonatomic) id<MXAnalyticsDelegate> delegate;
|
||||
@property (nonatomic, weak) id<MXAnalyticsDelegate> delegate;
|
||||
|
||||
/**
|
||||
Report an event unable to decrypt.
|
||||
|
||||
Reference in New Issue
Block a user