ZigbeeApp/Shared/Phone/UserView/UserPage.cs
@@ -304,9 +304,9 @@ { BackgroundColor = Shared.Common.ZigbeeColor.Current.MainColor; ZbGateway.StatusList.Add(this); Shared.Application.LocationAction += (lat, lon) => Shared.Application.LocationAction += (lon, lat) => { AccountLogic.Instance.ReceiveAppLatAndLon(lat.ToString(), lon.ToString()); AccountLogic.Instance.ReceiveAppLatAndLon(lon.ToString(), lat.ToString()); }; }