Commit f4427cf1 authored by Yacumima's avatar Yacumima

try compatible flutter_1.5 early

parent 2c898736
...@@ -33,7 +33,10 @@ public class BoostFlutterNativeView extends FlutterNativeView { ...@@ -33,7 +33,10 @@ public class BoostFlutterNativeView extends FlutterNativeView {
super(context); super(context);
} }
@Override public void detachFromFlutterView() {
//do nothing...
}
public void detach() { public void detach() {
//do nothing... //do nothing...
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment