Fix retain cycle between the RoomTitleView (strong tapGestureDelegate) and the RoomViewController.

This commit is contained in:
Stefan Ceriu
2021-06-24 07:38:32 +03:00
committed by Stefan Ceriu
parent cdfa5638a8
commit 9fea48b8f1
2 changed files with 2 additions and 2 deletions
@@ -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).