fix progressindicator value on hide

This commit is contained in:
Emanuele Filardo 2019-10-17 00:08:42 +02:00
parent 440ef5fe65
commit 31d67e3a0e

View File

@ -67,7 +67,7 @@
public void HideProgressIndicator()
{
progressindicator = true;
progressindicator = false;
StateHasChanged();
}
}