mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various improvements
This commit is contained in:
@@ -565,7 +565,7 @@ public func legacyAttachmentMenu(
|
||||
|
||||
carouselItemView?.underlyingViews = underlyingViews
|
||||
|
||||
if editMediaOptions == nil {
|
||||
if editMediaOptions == nil && !addingMedia {
|
||||
for i in 0 ..< min(20, recentlyUsedInlineBots.count) {
|
||||
let peer = recentlyUsedInlineBots[i]
|
||||
let addressName = peer.addressName
|
||||
|
||||
Reference in New Issue
Block a user