mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Another feed experiment
This commit is contained in:
@@ -66,7 +66,7 @@ final class MutableMessageOfInterestHolesView: MutablePostboxView {
|
||||
|
||||
private func updateFromView() -> Bool {
|
||||
let closestHole: MessageOfInterestHole?
|
||||
if let (hole, direction, _) = self.wrappedView.firstHole() {
|
||||
if let (hole, direction, _, _) = self.wrappedView.firstHole() {
|
||||
closestHole = MessageOfInterestHole(hole: hole, direction: direction)
|
||||
} else {
|
||||
closestHole = nil
|
||||
|
||||
Reference in New Issue
Block a user