Beküldés és mentés javítása

This commit is contained in:
2025-04-02 16:52:25 +02:00
parent 90637b3848
commit 92c15072b8
@@ -100,6 +100,8 @@ public partial class CheckListWorkPage : ContentPage
{
IsLoading = true;
try
{
await Task.Run(async () =>
{
foreach (var checkListRow in CheckListRows)
{
@@ -114,6 +116,7 @@ public partial class CheckListWorkPage : ContentPage
await _checkListService.UpdateCheckListRow(checkListRow);
}
await LoadCheckPointCheckListRows();
});
}
catch (Exception)
{