Fix #3948: re-render correctly when change progress indicator status.
This commit is contained in:
parent
be155f8c6c
commit
3cc2d3260e
|
@ -115,13 +115,13 @@
|
||||||
public void ShowProgressIndicator()
|
public void ShowProgressIndicator()
|
||||||
{
|
{
|
||||||
_progressIndicator = true;
|
_progressIndicator = true;
|
||||||
Refresh();
|
StateHasChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void HideProgressIndicator()
|
public void HideProgressIndicator()
|
||||||
{
|
{
|
||||||
_progressIndicator = false;
|
_progressIndicator = false;
|
||||||
Refresh();
|
StateHasChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void DismissMessage()
|
private void DismissMessage()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user