提交 6f7700fc 编写于 作者: Q Qxyat 提交者: Chris Yang

fix FlutterOverlayView doesn't remove from superview in some cases (#9532)

上级 f3cc3755
......@@ -411,6 +411,9 @@ void FlutterPlatformViewsController::DisposeViews() {
views_.erase(viewId);
touch_interceptors_.erase(viewId);
root_views_.erase(viewId);
if (overlays_.find(viewId) != overlays_.end()) {
[overlays_[viewId]->overlay_view.get() removeFromSuperview];
}
overlays_.erase(viewId);
current_composition_params_.erase(viewId);
clip_count_.erase(viewId);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册