Skip to content

Commit 71c83c7

Browse files
committed
fix third input problem
1 parent ff9bb8f commit 71c83c7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

TPKeyboardAvoiding/UIScrollView+TPKeyboardAvoidingAdditions.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ - (TPKeyboardAvoidingState*)keyboardAvoidingState {
4242
- (void)TPKeyboardAvoiding_keyboardWillShow:(NSNotification*)notification {
4343
TPKeyboardAvoidingState *state = self.keyboardAvoidingState;
4444

45-
if ( state.keyboardVisible ) {
46-
return;
47-
}
48-
4945
UIView *firstResponder = [self TPKeyboardAvoiding_findFirstResponderBeneathView:self];
5046

5147
state.keyboardRect = [self convertRect:[[[notification userInfo] objectForKey:_UIKeyboardFrameEndUserInfoKey] CGRectValue] fromView:nil];

0 commit comments

Comments
 (0)