mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Weakify strong reference delegates.
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
/**
|
||||
The delegate for the view controller.
|
||||
*/
|
||||
@property (nonatomic) id<JitsiViewControllerDelegate> delegate;
|
||||
@property (nonatomic, weak) id<JitsiViewControllerDelegate> delegate;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user