fixes a part of the dashboard update
This commit is contained in:
parent
cca701602e
commit
05dcbc6f68
1 changed files with 2 additions and 2 deletions
|
|
@ -195,10 +195,10 @@ namespace BookAStar.ViewModels
|
||||||
"Profile professionel non renseigné";
|
"Profile professionel non renseigné";
|
||||||
newAvatar = UserHelpers.Avatar(user.Avatar);
|
newAvatar = UserHelpers.Avatar(user.Avatar);
|
||||||
}
|
}
|
||||||
SetProperty<bool>(ref haveAnUser, newHaveAnUser, "UserIsPro");
|
SetProperty<bool>(ref haveAnUser, newHaveAnUser, "HaveAnUser");
|
||||||
SetProperty<bool>(ref userIsPro, newUserIsPro, "UserIsPro");
|
SetProperty<bool>(ref userIsPro, newUserIsPro, "UserIsPro");
|
||||||
SetProperty<string>(ref performerStatus, newStatusString, "PerformerStatus");
|
SetProperty<string>(ref performerStatus, newStatusString, "PerformerStatus");
|
||||||
SetProperty<string>(ref userQueries, newQueriesButtonText, "PerformerStatus");
|
SetProperty<string>(ref userQueries, newQueriesButtonText, "UserQueries");
|
||||||
SetProperty<long>(ref queryCount, newQueryCount, "QueryCount");
|
SetProperty<long>(ref queryCount, newQueryCount, "QueryCount");
|
||||||
SetProperty<ImageSource>(ref avatar, newAvatar, "Avatar");
|
SetProperty<ImageSource>(ref avatar, newAvatar, "Avatar");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue