mirror of
https://github.com/Nezumi-2711/PRM392.git
synced 2026-09-22 13:48:29 +00:00
Get Address from location phone and fix UI
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user