POS-41 dodanie zgubionego }

This commit is contained in:
Wojciech Przybyła 2021-01-11 01:12:39 +01:00
parent ded54aeabd
commit b3732fc11d

View File

@ -309,7 +309,7 @@ namespace Klient.Droid
List<string> history = JsonConvert.DeserializeObject<List<string>>(jsonObject.history);
int temp;
for(int i=0; i<10; i++)
for (int i = 0; i < 10; i++)
{
temp = i + 1;
FindViewById<TextView>(Resource.Id.history).Text = FindViewById<TextView>(Resource.Id.history).Text + "\n" + temp + ". " + history[i];
@ -320,4 +320,5 @@ namespace Klient.Droid
FindViewById<TextView>(Resource.Id.history).Text = "Coś poszło nie tak!";
}
}
}
}