RoomVC: Prevent tableView scroll when displaying contextual menu.

This commit is contained in:
SBiOSoftWhare
2019-10-29 09:19:37 +01:00
parent c6f1b51eaf
commit 6041a411a6
+3 -4
View File
@@ -5437,8 +5437,7 @@
}];
preventBubblesTableViewScroll = YES;
[self selectEventWithId:selectedEventId];
preventBubblesTableViewScroll = NO;
[self selectEventWithId:selectedEventId];
}
- (void)hideContextualMenuAnimated:(BOOL)animated
@@ -5460,11 +5459,11 @@
if (cancelEventSelection)
{
preventBubblesTableViewScroll = YES;
[self cancelEventSelection];
preventBubblesTableViewScroll = NO;
}
preventBubblesTableViewScroll = NO;
[self.roomContextualMenuPresenter hideContextualMenuWithAnimated:animated completion:^{
[self enableOverlayContainerUserInteractions:NO];