mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Raise iOS API version
This commit is contained in:
parent
158f92cf4e
commit
f6f110fde9
@ -185,13 +185,13 @@ UIView<UIKitPortalViewProtocol> * _Nullable makePortalView(bool matchPosition) {
|
||||
return nil;
|
||||
}
|
||||
|
||||
if (@available(iOS 13.0, *)) {
|
||||
if (@available(iOS 14.0, *)) {
|
||||
view.forwardsClientHitTestingToSourceView = false;
|
||||
}
|
||||
view.matchesPosition = matchPosition;
|
||||
view.matchesTransform = matchPosition;
|
||||
view.matchesAlpha = false;
|
||||
if (@available(iOS 13.0, *)) {
|
||||
if (@available(iOS 14.0, *)) {
|
||||
view.allowsHitTesting = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user