mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Bug Fix: "Jump to first unread" banner disappeared during back pagination.
We have to wait for the end of table transition before refreshing the banner visibility.
This commit is contained in:
@@ -719,16 +719,6 @@
|
||||
|
||||
#pragma mark - Override MXKRoomViewController
|
||||
|
||||
- (BOOL)reloadBubblesTable:(BOOL)useBottomAnchor
|
||||
{
|
||||
BOOL hasScrolledToTheBottom = [super reloadBubblesTable:useBottomAnchor];
|
||||
|
||||
[self refreshActivitiesViewDisplay];
|
||||
[self refreshJumpToLastUnreadBannerDisplay];
|
||||
|
||||
return hasScrolledToTheBottom;
|
||||
}
|
||||
|
||||
- (void)onMatrixSessionChange
|
||||
{
|
||||
[super onMatrixSessionChange];
|
||||
@@ -971,7 +961,10 @@
|
||||
{
|
||||
[super setBubbleTableViewDisplayInTransition:bubbleTableViewDisplayInTransition];
|
||||
|
||||
[self refreshActivitiesViewDisplay];
|
||||
|
||||
[self checkReadMarkerVisibility];
|
||||
[self refreshJumpToLastUnreadBannerDisplay];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user