Skip to content

Commit

Permalink
案例更改
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingxing committed Sep 25, 2021
1 parent b48127d commit 6d79805
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,12 @@ class FlowFragment : BaseFragment<FlowFragmentBinding>(), View.OnClickListener {
R.id.sendPostJson -> sendPostJson(v)
R.id.sendPostJsonArray -> sendPostJsonArray(v)
R.id.xmlConverter -> xmlConverter(v)
R.id.upload -> upload(v)
R.id.upload10 -> uploadAndroid10(v)
R.id.download -> download(v)
R.id.download_append -> appendDownload(v)
R.id.download10 -> downloadAndroid10(v)
R.id.download10_append -> appendDownloadAndroid10(v)
R.id.bt_clear -> clearLog(v)
}
}
Expand Down

0 comments on commit 6d79805

Please sign in to comment.