未验证 提交 2f1d4f03 编写于 作者: C Chris Yang 提交者: GitHub

fix build breakage on PlatformViews.mm (#9495)

上级 1ab99fb3
......@@ -230,7 +230,7 @@ UIView* FlutterPlatformViewsController::ReconstructClipViewsChain(int number_of_
void FlutterPlatformViewsController::ApplyMutators(const MutatorsStack& mutators_stack,
UIView* embedded_view) {
FML_DCHECK(CATransform3DEqualToTransform(head.layer.transform, CATransform3DIdentity));
FML_DCHECK(CATransform3DEqualToTransform(embedded_view.layer.transform, CATransform3DIdentity));
UIView* head = embedded_view;
head.clipsToBounds = YES;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册