Skip to content

Commit 7aed07f

Browse files
committed
try compatible flutter_1.5 early
1 parent f746045 commit 7aed07f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

android/src/main/java/com/taobao/idlefish/flutterboost/BoostFlutterNativeView.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ public BoostFlutterNativeView(Context context) {
3333
super(context);
3434
}
3535

36-
@Override
36+
public void detachFromFlutterView() {
37+
//do nothing...
38+
}
39+
3740
public void detach() {
3841
//do nothing...
3942
}

0 commit comments

Comments
 (0)