We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb4fad commit 522f9c1Copy full SHA for 522f9c1
Source/Classes/SLKTextViewController.m
@@ -1132,8 +1132,6 @@ - (void)slk_willShowOrHideKeyboard:(NSNotification *)notification
1132
return;
1133
}
1134
1135
- NSLog(@"slk_currentFirstResponder : %@", [UIResponder slk_currentFirstResponder]);
1136
-
1137
// Skips this it's not the expected textView and shouldn't force adjustment of the text input bar.
1138
// This will also dismiss the text input bar if it's visible, and exit auto-completion mode if enabled.
1139
if (![self.textView isFirstResponder] && ![self forceTextInputbarAdjustmentForResponder:[UIResponder slk_currentFirstResponder]]) {
0 commit comments