Alex-Dobrynin/Controls.UserDialogs.Maui

When changing the theme dynamically, the colors do not update.

NicoMABroxel opened this issue · 1 comments

Describe the bug
When changing the theme dynamically, the colors do not update.

To Reproduce
Steps to reproduce the behavior:

  1. Open the application in light theme.
  2. Open a confirmation dialog and keep it open.
  3. Change the theme to dark while the confirmation dialog is still open.
  4. Notice that the colors do not change dynamically unless the dialog is reopened. Only then do the colors update.

Issue repro
Put here your repro project (.zip)

Did you run Sample project from this repo, is there the same?
You need to run the Sample project form this repo and write the result here.

Desktop (please complete the following information):

  • OS: N/A

Smartphone (please complete the following information):

  • Device: iPhone 11, iPhone 13, Huawei (specific model not provided)
  • OS: iOS 17.4, iOS 14.5.1, Android 12

Did you found a workaround?
Add any other context about the problem here.

Image_20240524_122748
Image_20240524_122754
Image_20240524_122759
Image_20240524_122803

Ofcourse not. This library does not manage app states, even more it shouldn't.