mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -188,6 +188,10 @@ final class MediaPickerGridItemNode: GridItemNode {
|
||||
} else {
|
||||
return nil
|
||||
}
|
||||
} else if let (draft, _) = self.currentDraftState {
|
||||
let tag = Month(localTimestamp: draft.timestamp).packedValue
|
||||
self._cachedTag = tag
|
||||
return tag
|
||||
} else {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user