Figyelmeztető üzenet javítása + hangjelzés

This commit is contained in:
2025-04-16 08:41:30 +02:00
parent ab86c845ab
commit 8815df06b3
6 changed files with 66 additions and 10 deletions
@@ -1,5 +1,6 @@
using Android.DeviceLock;
using WorkFlowCheck.Common.DTO;
using WorkFlowCheck.MAUI.Helper;
using WorkFlowCheck.MAUI.Services.Interfaces;
namespace WorkFlowCheck.MAUI.Pages.System;
@@ -49,7 +50,7 @@ public partial class SyncPage : ContentPage
});
});
});
SystemHelper.Syncronised = true;
progressLabel.Text = "Szinkronizálás befejezve!";
await Shell.Current.GoToAsync("//MainPage");
}