Alex-Dobrynin / Controls.UserDialogs.Maui

This is the updated version of Acr.Userdialogs. It supports latest version of .Net and you have an ability to style your diloags as you want
MIT License
120 stars 11 forks source link

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

Open NicoMABroxel opened 5 months ago

NicoMABroxel commented 5 months ago

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):

Smartphone (please complete the following information):

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

Alex-Dobrynin commented 5 months ago

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