Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhwanng committed Oct 30, 2024
1 parent 1261f95 commit a8329ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ private boolean isServerUrlValid(String serverUrl) {
.replace("https://", "")
.replace("http://", "");
if (TextUtils.isEmpty(serverUrl1)) {
ToastUtils.showLong(R.string.err_server_andress_empty);
return false;
}

Expand Down

0 comments on commit a8329ec

Please sign in to comment.