mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-10 14:51:16 +00:00
Various improvements
This commit is contained in:
@@ -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