Various fixes

This commit is contained in:
Ilya Laktyushin
2022-05-02 20:25:43 +04:00
parent 7c16a1d0eb
commit be662de71d
2 changed files with 74 additions and 6 deletions

View File

@@ -1204,7 +1204,7 @@ public final class SparseItemGridScrollingArea: ASDisplayNode {
self.updateLineIndicator(transition: transition)
if isScrolling {
if isScrolling && !self.dateIndicator.isHidden {
self.displayTooltipOnFirstScroll()
}
}