Skip to content
This repository was archived by the owner on Aug 14, 2019. It is now read-only.

Commit e630340

Browse files
committed
fix KVO crash. close #1631
1 parent fa6917e commit e630340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JSQMessagesViewController/Controllers/JSQMessagesKeyboardController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ @interface JSQMessagesKeyboardController () <UIGestureRecognizerDelegate>
3939

4040
@property (assign, nonatomic) BOOL jsq_isObserving;
4141

42-
@property (weak, nonatomic) UIView *keyboardView;
42+
@property (strong, nonatomic) UIView *keyboardView;
4343

4444
@end
4545

0 commit comments

Comments
 (0)