Merge branch 'charlesmchen/scrollToButtonGlitch'

pull/1/head
Matthew Chen 8 years ago
commit 6fd717fe11

@ -649,6 +649,8 @@ typedef enum : NSUInteger {
} else { } else {
[self scrollToBottomAnimated:NO]; [self scrollToBottomAnimated:NO];
} }
[self ensureScrollDownButton];
} }
- (void)scrollToUnreadIndicatorAnimated - (void)scrollToUnreadIndicatorAnimated
@ -670,6 +672,8 @@ typedef enum : NSUInteger {
animated:YES]; animated:YES];
} }
} }
[self ensureScrollDownButton];
} }
- (void)resetContentAndLayout - (void)resetContentAndLayout

Loading…
Cancel
Save