Skip to content

Commit

Permalink
Merge pull request #151 from KoheiKanagu/master
Browse files Browse the repository at this point in the history
fix #150
  • Loading branch information
lejard-h committed Aug 7, 2018
2 parents 3c26d2d + 5582685 commit b86e0f6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import android.webkit.WebViewClient;
import android.widget.FrameLayout;

import java.util.HashMap;
import java.util.Map;

import io.flutter.plugin.common.MethodCall;
Expand Down Expand Up @@ -72,6 +73,7 @@ public boolean handleResult(int requestCode, int resultCode, Intent intent){
WebView webView;
Activity activity;
ResultHandler resultHandler;
ObservableWebView observableWebView;

WebviewManager(final Activity activity) {
this.webView = new WebView(activity);
Expand Down

0 comments on commit b86e0f6

Please sign in to comment.