mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix date picker
This commit is contained in:
parent
532dda0388
commit
24683f80d8
@ -209,6 +209,9 @@ public final class DatePickerNode: ASDisplayNode {
|
||||
started = true
|
||||
}
|
||||
weekday += 1
|
||||
if weekday > 7 {
|
||||
weekday = 1
|
||||
}
|
||||
|
||||
let textNode = self.dateNodes[i]
|
||||
if started && !ended {
|
||||
|
Loading…
x
Reference in New Issue
Block a user