POS-32 Poprawiony błąd

This commit is contained in:
Wojciech Przybyła 2020-12-21 16:29:10 +01:00
parent 10cf3ca9c0
commit dbc629f942

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>
{ {