Skip to content

Commit 2db3060

Browse files
authored
I'm told this is more correct
1 parent 98b554f commit 2db3060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/io/github/ponnamkarthik/flutterwebview/FlutterwebviewFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class FlutterwebviewFactory extends PlatformViewFactory {
1212
private final Registrar mPluginRegistrar;
1313

1414
public FlutterwebviewFactory(Registrar registrar) {
15-
super();
15+
super(StandardMessageCodec.INSTANCE);
1616
mPluginRegistrar = registrar;
1717
}
1818

0 commit comments

Comments
 (0)