Prevent "scroll to button" button from blipping.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 2d8ad30efa
commit 07c8eb54b7

@ -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