mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fix message stats text layout
This commit is contained in:
@@ -35,8 +35,8 @@ func _internal_addSynchronizeViewStoriesOperation(peerId: PeerId, storyId: Int32
|
||||
if let (topOperation, topLocalIndex) = topOperation {
|
||||
if topOperation.storyId < storyId {
|
||||
let _ = transaction.operationLogRemoveEntry(peerId: peerId, tag: tag, tagLocalIndex: topLocalIndex)
|
||||
replace = true
|
||||
}
|
||||
replace = true
|
||||
} else {
|
||||
replace = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user