Merge branch 'charlesmchen/scrollToButtonGlitch'

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

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

Loading…
Cancel
Save