From 40bd33d027ef498a45eba207d247849d083331a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BD=99=E7=8E=A0?= <xujian.xj@alibaba-inc.com>
Date: Wed, 25 Mar 2020 16:58:39 +0800
Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E9=9C=80detach=EF=BC=8C=E9=81=BF?=
 =?UTF-8?q?=E5=85=8D=E5=9C=A8app=E4=B8=94=E5=90=8E=E5=8F=B0=E8=BF=94?=
 =?UTF-8?q?=E5=9B=9E=E5=90=8EsurfaceUpdated=E5=9B=A0=E6=B2=A1=E6=9C=89owne?=
 =?UTF-8?q?r=20vc=E8=80=8C=E5=88=9B=E5=BB=BAsurface=E5=A4=B1=E8=B4=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ios/Classes/1.5/FLB2FlutterViewContainer.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ios/Classes/1.5/FLB2FlutterViewContainer.m b/ios/Classes/1.5/FLB2FlutterViewContainer.m
index 124197b..933a9b0 100755
--- a/ios/Classes/1.5/FLB2FlutterViewContainer.m
+++ b/ios/Classes/1.5/FLB2FlutterViewContainer.m
@@ -253,7 +253,6 @@ static NSUInteger kInstanceCounter = 0;
     if (self == FLUTTER_VC)
     {
         [self surfaceUpdated:NO];
-        [self detatchFlutterEngine];
     }
     [super bridge_viewDidDisappear:animated];
 }
-- 
2.26.2