Prevent "scroll to button" button from blipping.
// FREEBIE
This commit is contained in:
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…
Reference in New Issue
Block a user