Various UI fixes

This commit is contained in:
Ilya Laktyushin
2019-08-28 14:34:26 +03:00
parent 759f1b9c02
commit e0a0f66c74
19 changed files with 2803 additions and 2656 deletions

View File

@@ -72,7 +72,7 @@ public func legacyAttachmentMenu(context: AccountContext, peer: Peer, editMediaO
}
if peer.id != context.account.peerId {
if peer is TelegramUser {
carouselItem.hasTimer = !hasSchedule
carouselItem.hasTimer = hasSchedule
}
carouselItem.hasSilentPosting = !isSecretChat
}