Bug Fixes & Layout

This commit is contained in:
Paul Schneider 2016-10-05 01:20:06 +02:00
commit 6a211566d3
11 changed files with 181 additions and 92 deletions

View file

@ -1,4 +1,5 @@
using BookAStar.Helpers;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
@ -80,6 +81,7 @@ namespace BookAStar.Model.Auth.Account
OnPropertyChanged("Avatar");
}
}
[JsonIgnore]
public ImageSource AvatarSource
{
get