Prevent "scroll to button" button from blipping.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-06-27 09:03:02 -10:00
parent 2d8ad30efa
commit 07c8eb54b7

View File

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