mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Low power experiments
This commit is contained in:
@@ -167,7 +167,7 @@ final class EntityKeyboardAnimationTopPanelComponent: Component {
|
||||
itemLayer.layerTintColor = component.theme.list.itemAccentColor.cgColor
|
||||
}
|
||||
|
||||
itemLayer.isVisibleForAnimations = itemEnvironment.isContentInFocus
|
||||
itemLayer.isVisibleForAnimations = itemEnvironment.isContentInFocus && component.context.sharedContext.energyUsageSettings.loopEmoji
|
||||
}
|
||||
|
||||
if itemEnvironment.isExpanded {
|
||||
|
||||
Reference in New Issue
Block a user