mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Fix
This commit is contained in:
parent
a7caa2fab9
commit
df7e0fadc1
@ -1939,7 +1939,7 @@ private final class StickerPackContainer: ASDisplayNode {
|
|||||||
actionAreaBottomInset = 2.0
|
actionAreaBottomInset = 2.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if let (info, _, isInstalled) = self.currentStickerPack, isInstalled, GlobalExperimentalSettings.enableWIPStickers && (!info.flags.contains(.isCreator) && !info.flags.contains(.isEmoji)) {
|
if let (info, _, isInstalled) = self.currentStickerPack, isInstalled, !GlobalExperimentalSettings.enableWIPStickers || (!info.flags.contains(.isCreator) && !info.flags.contains(.isEmoji)) {
|
||||||
buttonHeight = 42.0
|
buttonHeight = 42.0
|
||||||
actionAreaTopInset = 1.0
|
actionAreaTopInset = 1.0
|
||||||
actionAreaBottomInset = 2.0
|
actionAreaBottomInset = 2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user