Skip to content

Commit

Permalink
Merge pull request #2755 from vishalduggal/timob-10356
Browse files Browse the repository at this point in the history
[TIMOB-10356] Revert fix for TIMOB-1902. Superceded by TIMOB-8720
  • Loading branch information
Max Stepanov committed Aug 15, 2012
2 parents ffb6ce4 + f0310ae commit 76527b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/TiRootViewController.m
Expand Up @@ -1250,7 +1250,7 @@ -(void)didKeyboardBlurOnProxy:(TiViewProxy<TiKeyboardFocusableView> *)blurredPro
{
UIView * ourView = [self viewForKeyboardAccessory];
CGRect rect = [ourView convertRect:endFrame fromView:nil];
CGFloat keyboardHeight = rect.origin.y + rect.size.height;
CGFloat keyboardHeight = rect.origin.y;
if (keyboardHeight > 0) {
UIView * possibleScrollView = [scrolledView superview];
UIView<TiScrolling> * confirmedScrollView = nil;
Expand Down

0 comments on commit 76527b3

Please sign in to comment.