Skip to content

Commit e8f27d2

Browse files
committed
Merge pull request slackhq#348 from slackhq/private-api-deprecation
More keyboard fixes
2 parents e535e25 + 270f3c8 commit e8f27d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SLKInputAccessoryView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ @implementation SLKInputAccessoryView
2525

2626
- (void)willMoveToSuperview:(UIView *)newSuperview
2727
{
28-
if (newSuperview) {
28+
if (!SLK_IS_IOS9_AND_HIGHER) {
2929
_keyboardViewProxy = newSuperview;
3030
}
3131
}

0 commit comments

Comments
 (0)