mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 05:06:58 +02:00
MediaAlbumContentViewController: Fix some retain cycle issues.
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
/**
|
||||
The delegate for the view controller.
|
||||
*/
|
||||
@property (nonatomic) id<MediaAlbumContentViewControllerDelegate> delegate;
|
||||
@property (nonatomic, weak) id<MediaAlbumContentViewControllerDelegate> delegate;
|
||||
|
||||
/**
|
||||
The array of the media types listed by the view controller (default value is an array containing kUTTypeImage).
|
||||
|
||||
Reference in New Issue
Block a user