Search filters fixes

This commit is contained in:
Ilya Laktyushin
2020-09-28 22:56:49 +04:00
parent 880bbe0c5e
commit 78c90bceaf
5 changed files with 53 additions and 26 deletions

View File

@@ -1124,9 +1124,10 @@ public class GalleryController: ViewController, StandalonePresentableController
strongSelf.galleryNode.pager.replaceItems(items, centralItemIndex: centralItemIndex)
}
strongSelf.updateVisibleDisposable.set(nil)
strongSelf.loadingMore = false
}
strongSelf.loadingMore = false
}))
}
default: