mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
26fd9952fa
commit
379d956db9
@ -1399,7 +1399,7 @@ public final class CalendarMessageScreen: ViewController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if let _ = info.canClearForMyself ?? info.canClearForEveryone {
|
if let _ = info.canClearForMyself ?? info.canClearForEveryone {
|
||||||
items.append(ActionSheetTextItem(title: strongSelf.presentationData.strings.MessageCalendar_DeleteDeleteAlertText(Int32(selectedCount))))
|
items.append(ActionSheetTextItem(title: strongSelf.presentationData.strings.MessageCalendar_DeleteAlertText(Int32(selectedCount))))
|
||||||
|
|
||||||
if let canClearForEveryone = info.canClearForEveryone {
|
if let canClearForEveryone = info.canClearForEveryone {
|
||||||
let text: String
|
let text: String
|
||||||
|
Loading…
x
Reference in New Issue
Block a user