Skip to content

Commit

Permalink
fix KVO crash. close jessesquires#1631
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires authored and Edward Sammut Alessi committed Aug 22, 2016
1 parent 8459d7c commit 04252d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ @interface JSQMessagesKeyboardController () <UIGestureRecognizerDelegate>

@property (assign, nonatomic) BOOL jsq_isObserving;

@property (weak, nonatomic) UIView *keyboardView;
@property (strong, nonatomic) UIView *keyboardView;

@end

Expand Down

0 comments on commit 04252d9

Please sign in to comment.