[WIP] Emoji statuses

This commit is contained in:
Ali 2022-08-05 23:16:30 +04:00
parent 551674a744
commit 04ea87c1e3
20 changed files with 1377 additions and 116 deletions

View file

@ -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 {