Beküldés és mentés javítása
This commit is contained in:
@@ -100,6 +100,8 @@ public partial class CheckListWorkPage : ContentPage
|
|||||||
{
|
{
|
||||||
IsLoading = true;
|
IsLoading = true;
|
||||||
try
|
try
|
||||||
|
{
|
||||||
|
await Task.Run(async () =>
|
||||||
{
|
{
|
||||||
foreach (var checkListRow in CheckListRows)
|
foreach (var checkListRow in CheckListRows)
|
||||||
{
|
{
|
||||||
@@ -114,6 +116,7 @@ public partial class CheckListWorkPage : ContentPage
|
|||||||
await _checkListService.UpdateCheckListRow(checkListRow);
|
await _checkListService.UpdateCheckListRow(checkListRow);
|
||||||
}
|
}
|
||||||
await LoadCheckPointCheckListRows();
|
await LoadCheckPointCheckListRows();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user