mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix more warnings
This commit is contained in:
@@ -104,8 +104,7 @@
|
||||
_zoomedView.userInteractionEnabled = false;
|
||||
[self addSubview:_zoomedView];
|
||||
|
||||
if (iosMajorVersion() >= 11)
|
||||
{
|
||||
if (@available(iOS 11.0, *)) {
|
||||
_fadeView.accessibilityIgnoresInvertColors = true;
|
||||
_iconView.accessibilityIgnoresInvertColors = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user