maui
maui copied to clipboard
[Android] Page.IsBusy activity indicators gets stuck/causes multiple to be displayed
Issues Fixed
Fixes https://github.com/dotnet/maui/issues/23674
| After | Before |
|---|---|
Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
Triggered build to generate test snapshots.
/rebase
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
Potentially could fix https://github.com/dotnet/maui/issues/25585
/rebase
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
@albyrock87 and I noticed that @rmarinho these 2 test fails for other PRs too. For example in this @albyrock87's PR https://dev.azure.com/xamarin/public/_build/results?buildId=128205&view=ms.vss-test-web.build-test-results-tab&runId=3368660&resultId=100075&paneView=debug
The issue is that the screenshotS generated by the pipeline are different that what we can see locally:
Locally:
CI:
@albyrock87 and I noticed that @rmarinho these 2 test fails for other PRs too. For example in this @albyrock87's PR https://dev.azure.com/xamarin/public/_build/results?buildId=128205&view=ms.vss-test-web.build-test-results-tab&runId=3368660&resultId=100075&paneView=debug
The issue is that the screenshotS generated by the pipeline are different that what we can see locally:
Locally:
![]()
CI:
![]()
That tests will change and will be fixed in another PR.

