Page.IsBusy activity idicators gets stuck/causes multiple to be displayed #23674
Labels
area-controls-pages
Page types
fixed-in-9.0.21
p/3
Work that is nice to have
platform/android 🤖
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
When a page with
IsBusy = true
is navigated back from, the activity indicator stays displayed and if another page withIsBusy = true
is navigated to, another activity indicator is layered on top. I expect the activity indicator to disappear when navigating away, thereby also preventing multiple activity indicators stacked on top of each other.Steps to Reproduce
IsBusy
using the button and navigate back using either the device's back button or the back button in the toolbarIsBusy
again will layer another activity indicator on top of the existing oneI kinda expect the activity indicator to disappear when the page is navigated away from
Link to public reproduction project repository
https://github.com/MarcelStommel/IsBusyExample
Version with bug
8.0.21 SR4.1
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 11
Did you find any workaround?
Setting
IsBusy = false
in theOnBackButtonPressed
method makes the activity indicator disappear like expectedRelevant log output
No response
The text was updated successfully, but these errors were encountered: