diff --git a/Refresher.AndroidApp/PipelineActivity.cs b/Refresher.AndroidApp/PipelineActivity.cs index 758a532..4edab09 100644 --- a/Refresher.AndroidApp/PipelineActivity.cs +++ b/Refresher.AndroidApp/PipelineActivity.cs @@ -138,7 +138,7 @@ private void OnButtonClick(object? sender, EventArgs e) { State.Logger.LogInfo(LogType.Pipeline, "Executing Pipeline..."); await this._pipeline.ExecuteAsync(this._cts?.Token ?? default); - this.UpdateFormState(); + this._handler.Post(this.UpdateFormState); } catch (Exception ex) {