Get Address from location phone and fix UI

This commit is contained in:
Nezumi2711
2022-06-24 17:47:28 +07:00
parent 0a39c4f07e
commit 66698ed946
11 changed files with 84 additions and 34 deletions
@@ -30,11 +30,11 @@ public class Common {
public static String coverCodeToStatus(String code){
if(code.equals("0"))
return "Placed";
return "Đã nhận đơn";
else if(code.equals("1"))
return "On my way";
return "Đang trên đường";
else
return "Shipped";
return "Giao thành công";
}
public static IGeoCoordinates getGeoCodeService() {