Skip to content

Commit

Permalink
list爬取时不使用缓存
Browse files Browse the repository at this point in the history
  • Loading branch information
hss01248 committed Aug 27, 2021
1 parent 2a1350e commit 3a55d2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private void parseListUrlsAndShow() {
dialog.setCanceledOnTouchOutside(false);
//dialog.setCancelable(false);
dialog.show();
quickWebview.getSource(new ValueCallback<String>() {
quickWebview.loadSource(new ValueCallback<String>() {
@Override
public void onReceiveValue(String value) {
runOnUiThread(new Runnable() {
Expand Down

0 comments on commit 3a55d2a

Please sign in to comment.