Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-android
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 0df67da4
authored
Jul 21, 2021
by
amateur
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
739ad685
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/src/main/java/com/polysoft/nafmii/fragment/HomeWebviewFragment.java
app/src/main/java/com/polysoft/nafmii/fragment/HomeWebviewFragment.java
View file @
0df67da
...
@@ -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
newInstance
s
(
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
);
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment