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 fb9d9ad5
authored
Sep 05, 2021
by
amateur
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
ef7eeaf7
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/WebViewFragment.java
app/src/main/java/com/polysoft/nafmii/fragment/WebViewFragment.java
View file @
fb9d9ad
...
@@ -123,7 +123,7 @@ public class WebViewFragment extends Fragment implements WebviewLoadListener {
...
@@ -123,7 +123,7 @@ public class WebViewFragment extends Fragment implements WebviewLoadListener {
public
void
onActivityResult
(
int
requestCode
,
int
resultCode
,
@Nullable
Intent
data
)
{
public
void
onActivityResult
(
int
requestCode
,
int
resultCode
,
@Nullable
Intent
data
)
{
if
(
IntentUtils
.
ACTIVITY_CODE_CHOOSERFILE
==
requestCode
)
{
if
(
IntentUtils
.
ACTIVITY_CODE_CHOOSERFILE
==
requestCode
)
{
if
(
Activity
.
RESULT_OK
!=
resultCode
)
{
if
(
Activity
.
RESULT_OK
!=
resultCode
)
{
ToastUtils
.
showLong
(
"操作失败!"
);
//
ToastUtils.showLong("操作失败!");
this
.
filePathCallback
.
onReceiveValue
(
null
);
this
.
filePathCallback
.
onReceiveValue
(
null
);
}
else
if
(
null
!=
this
.
filePathCallback
)
{
}
else
if
(
null
!=
this
.
filePathCallback
)
{
if
(
null
!=
data
&&
null
!=
data
.
getData
())
{
if
(
null
!=
data
&&
null
!=
data
.
getData
())
{
...
...
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