Commit 1d4ba9f8 authored by Yacumima's avatar Yacumima

try compatible flutter_1.5 early

parent 6458a22e
......@@ -33,7 +33,10 @@ public class BoostFlutterNativeView extends FlutterNativeView {
super(context);
}
@Override
public void detachFromFlutterView() {
//do nothing...
}
public void detach() {
//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