New idiot bugfixes
This commit is contained in:
@@ -151,7 +151,7 @@ namespace YJMPD_UWP.Model
|
||||
JObject obj = JObject.FromObject(new
|
||||
{
|
||||
command = Command.PictureUrl.ToString(),
|
||||
pictureurl = url,
|
||||
PictureUrl = url,
|
||||
lon = App.Geo.Position.Coordinate.Point.Position.Longitude,
|
||||
lat = App.Geo.Position.Coordinate.Point.Position.Latitude
|
||||
});
|
||||
|
||||
@@ -72,6 +72,7 @@ namespace YJMPD_UWP.Model
|
||||
{
|
||||
Players = new List<Player>();
|
||||
Status = GameStatus.STOPPED;
|
||||
Selected = false;
|
||||
App.Photo.OnStatusUpdate += Photo_OnStatusUpdate;
|
||||
GeofenceMonitor.Current.GeofenceStateChanged += Current_GeofenceStateChanged;
|
||||
}
|
||||
|
||||
@@ -7,7 +7,8 @@ namespace YJMPD_UWP.ViewModels
|
||||
{
|
||||
public MatchVM() : base("Match")
|
||||
{
|
||||
|
||||
Error = "";
|
||||
Message = "";
|
||||
App.Game.OnDestinationEnter += Game_OnDestinationEnter;
|
||||
App.Game.OnDestinationLeave += Game_OnDestinationLeave;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user