mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
Fix retain cycle between the RoomTitleView (strong tapGestureDelegate) and the RoomViewController.
This commit is contained in:
committed by
Stefan Ceriu
parent
cdfa5638a8
commit
9fea48b8f1
@@ -55,7 +55,7 @@
|
||||
/**
|
||||
The tap gesture delegate.
|
||||
*/
|
||||
@property (nonatomic) id<RoomTitleViewTapGestureDelegate> tapGestureDelegate;
|
||||
@property (weak, nonatomic) id<RoomTitleViewTapGestureDelegate> tapGestureDelegate;
|
||||
|
||||
/**
|
||||
the typing notification string to be displayed (default nil if notification is hidden).
|
||||
|
||||
Reference in New Issue
Block a user