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;
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user