mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Don't mark messages as read when something is covering the chat screen
This commit is contained in:
@@ -2793,11 +2793,8 @@ final class StorageUsageScreenComponent: Component {
|
||||
return
|
||||
}
|
||||
let _ = self
|
||||
}, editMedia: { [weak self] messageId, snapshots, transitionCompletion in
|
||||
guard let self else {
|
||||
return
|
||||
}
|
||||
let _ = self
|
||||
}, editMedia: { _, _, _ in
|
||||
}, updateCanReadHistory: { _ in
|
||||
}),
|
||||
centralItemUpdated: { [weak self] messageId in
|
||||
//let _ = self?.paneContainerNode.requestExpandTabs?()
|
||||
|
||||
Reference in New Issue
Block a user