Upgraded MoonCore packages. Small ui improvement
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user