Commit 0df67da4 by amateur

1

1 parent 739ad685
...@@ -7,7 +7,7 @@ import com.tencent.smtt.sdk.WebView; ...@@ -7,7 +7,7 @@ import com.tencent.smtt.sdk.WebView;
public class HomeWebviewFragment extends WebViewFragment { public class HomeWebviewFragment extends WebViewFragment {
public static WebViewFragment newInstances(String url) { public static WebViewFragment newInstance(String url) {
HomeWebviewFragment fragment = new HomeWebviewFragment(); HomeWebviewFragment fragment = new HomeWebviewFragment();
Bundle bundle = new Bundle(); Bundle bundle = new Bundle();
bundle.putString("url", url); bundle.putString("url", url);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!