Updating UI from Background Thread stops working after Navigating to a Page more than once #18178
-
I am currently trying to update the UI of a page when an NFC read occurs. As monitoring the android device for NFC messages occurs on a background thread, the UI is updated from the background thread as well. When I first navigate to the page, everything works as expected. However, when I navigate away and back to the page, all UI updating stops. Here is the current behavior using a button to simulate NFC reads: Example.mp4Expected behavior is that The UI should update every time if the updates originate from the background thread, even if the page has been navigated to more than once. Only way to fix the issue is to close and reopen the app, which is not viable solution. Sample Repo can be found here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Created #18182 to track this |
Beta Was this translation helpful? Give feedback.
Created #18182 to track this