Added Smart Invert Colors support

First take on deferred permissions request
This commit is contained in:
Ilya Laktyushin
2018-11-23 22:10:51 +04:00
parent 7521078be0
commit 25a36b44b0
57 changed files with 1171 additions and 136 deletions

View File

@@ -116,7 +116,7 @@ class GroupStickerPackCurrentItemNode: ItemListRevealOptionsItemNode {
self.bottomStripeNode.isLayerBacked = true
self.imageNode = TransformImageNode()
self.imageNode.isLayerBacked = true
self.imageNode.isLayerBacked = !smartInvertColorsEnabled()
self.notFoundNode = ASImageNode()
self.notFoundNode.isLayerBacked = true