Почему не выполняется условие подскажите, пожалуйста? Тут получается, что err.equals("0") = true, что видно в логе, но в if не true почему-то.
JSONObject uploadDataJsonObj = null;
try {
uploadDataJsonObj = new JSONObject(result);
String err = uploadDataJsonObj.getString("error");
Log.d(TAG, err.equals("0") + "[[[" + err + "]]]" + result);
if(err.equals("0")){
Log.d(TAG, "1111111111");
break;
}
} catch (Exception e) {
e.printStackTrace();
}
------------------------------------------------------
D/debapp: true[[[0]]]{"error":0,"url":"ht