fix : affichage chapter
continuous-integration/drone/push Build is passing Details

pull/38/head
Maxence GUITARD 1 year ago
parent 6ac3ecabed
commit a45bbfb2a3

@ -89,8 +89,9 @@ public partial class Chapters
if (!e.CancellationToken.IsCancellationRequested)
{
totalChapter = (await LocalStorage.GetItemAsync<List<Chapter>>("data")).Count;
chapters = new List<Chapter>(response); // an actual data for the current page
totalChapter = chapters.Count;
}
}

@ -1,98 +0,0 @@
[
{
"id": 1,
"name": "Zilla"
},
{
"id": 2,
"name": "Silodyne"
},
{
"id": 3,
"name": "Zolarity"
},
{
"id": 4,
"name": "Straloy"
},
{
"id": 5,
"name": "Extro"
},
{
"id": 6,
"name": "Prosely"
},
{
"id": 7,
"name": "Orbalix"
},
{
"id": 8,
"name": "Hatology"
},
{
"id": 9,
"name": "Exodoc"
},
{
"id": 10,
"name": "Cinaster"
},
{
"id": 11,
"name": "Toyletry"
},
{
"id": 12,
"name": "Combogene"
},
{
"id": 13,
"name": "Olympix"
},
{
"id": 14,
"name": "Emoltra"
},
{
"id": 15,
"name": "Macronaut"
},
{
"id": 16,
"name": "Genekom"
},
{
"id": 17,
"name": "Zaya"
},
{
"id": 18,
"name": "Elentrix"
},
{
"id": 19,
"name": "Comvex"
},
{
"id": 20,
"name": "Exozent"
},
{
"id": 21,
"name": "Fuelworks"
},
{
"id": 22,
"name": "Splinx"
},
{
"id": 23,
"name": "Greeker"
},
{
"id": 24,
"name": "Martgo"
}
]
Loading…
Cancel
Save