Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13ed2e29 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Create WebView using Activity context"

parents 25929efc b3b0fb3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ public class SliceStoreActivity extends Activity {

        SliceStoreBroadcastReceiver.updateSliceStoreActivity(mCapability, this);

        mWebView = new WebView(getApplicationContext());
        mWebView = new WebView(this);
        setContentView(mWebView);
        mWebView.loadUrl(mUrl.toString());
        // TODO(b/245882601): Get back response from WebView