POS_Sprint_3 #5

Merged
s426229 merged 10 commits from POS_Sprint_3 into develop 2020-12-30 17:30:24 +01:00
Showing only changes of commit dbc629f942 - Show all commits

View File

@ -193,7 +193,7 @@ namespace Klient.Droid
} }
if (string.IsNullOrEmpty(Surname)) if (string.IsNullOrEmpty(Surname))
{ {
Surname = savedSurname Surname = savedSurname;
} }
var values = new Dictionary<string, string> var values = new Dictionary<string, string>
{ {