File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
java/io/virtualapp/settings Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ private void loadRecommend() {
7777 URL url = new URL (ADDRESS );
7878 HttpURLConnection connection = (HttpURLConnection ) url .openConnection ();
7979 connection .setRequestMethod ("GET" );
80- connection .setConnectTimeout (8000 );
81- connection .setReadTimeout (8000 );
80+ connection .setConnectTimeout (30000 );
81+ connection .setReadTimeout (30000 );
8282 if (connection .getResponseCode () == 200 ){
8383 BufferedReader br = new BufferedReader (new InputStreamReader (connection .getInputStream (), "utf-8" ));
8484 String line ;
Original file line number Diff line number Diff line change 1717 android : gravity =" center"
1818 android : textSize =" 18sp"
1919 android : textColor =" #000000"
20+ android : visibility =" gone"
2021 android : text =" No Data"
2122 android : layout_width =" match_parent"
2223 android : layout_height =" match_parent" />
You can’t perform that action at this time.
0 commit comments