mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
[WIP] Emoji statuses
This commit is contained in:
parent
551674a744
commit
04ea87c1e3
20 changed files with 1377 additions and 116 deletions
|
|
@ -190,7 +190,9 @@ UIView<UIKitPortalViewProtocol> * _Nullable makePortalView() {
|
|||
view.matchesPosition = true;
|
||||
view.matchesTransform = true;
|
||||
view.matchesAlpha = false;
|
||||
view.allowsHitTesting = false;
|
||||
if (@available(iOS 13.0, *)) {
|
||||
view.allowsHitTesting = false;
|
||||
}
|
||||
|
||||
return view;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue