Upgraded MoonCore packages. Small ui improvement

This commit is contained in:
Masu-Baumgartner
2024-10-28 15:04:07 +01:00
parent c15f18108d
commit f6ed12fc7a
5 changed files with 11 additions and 11 deletions

View File

@@ -104,7 +104,6 @@ else
// Update UI
IsHandlingDone = true;
await InvokeAsync(StateHasChanged);
await Task.Delay(TimeSpan.FromSeconds(2));
try
{
@@ -112,6 +111,8 @@ else
}
finally
{
await Task.Delay(TimeSpan.FromSeconds(2));
Navigation.NavigateTo("/", true);
}
}