mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various improvements
This commit is contained in:
parent
df249f5302
commit
04b25d7152
21 changed files with 516 additions and 186 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue