Commit fb9d9ad5 by amateur

1

1 parent ef7eeaf7
......@@ -123,7 +123,7 @@ public class WebViewFragment extends Fragment implements WebviewLoadListener {
public void onActivityResult(int requestCode, int resultCode, @Nullable Intent data) {
if (IntentUtils.ACTIVITY_CODE_CHOOSERFILE == requestCode) {
if (Activity.RESULT_OK != resultCode) {
ToastUtils.showLong("操作失败!");
// ToastUtils.showLong("操作失败!");
this.filePathCallback.onReceiveValue(null);
} else if (null != this.filePathCallback) {
if (null != data && null != data.getData()) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!