mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various improvements
This commit is contained in:
@@ -13642,6 +13642,7 @@ Sorry for the inconvenience.";
|
||||
|
||||
"Premium.Gift.ContactSelection.ThisIsYou" = "THIS IS YOU";
|
||||
"Premium.Gift.ContactSelection.BuySelf" = "buy yourself a gift";
|
||||
"Premium.Gift.ContactSelection.TransferSelf" = "send yourself a gift";
|
||||
|
||||
"Gift.View.Outgoing.NameHidden" = "Only %@ can see your name.";
|
||||
"Gift.View.Outgoing.NameAndMessageHidden" = "Only %@ can see your name and message.";
|
||||
|
||||
@@ -24,6 +24,9 @@ extension MediaEditorScreenImpl {
|
||||
if case .avatarEditor = self.mode {
|
||||
return false
|
||||
}
|
||||
if case .coverEditor = self.mode {
|
||||
return false
|
||||
}
|
||||
|
||||
let filteredEntities = self.node.entitiesView.entities.filter { entity in
|
||||
if entity is DrawingMediaEntity {
|
||||
|
||||
Reference in New Issue
Block a user