If you change the theme after running the app, it will not be applied normally. #6876
Labels
legacy-area-controls
Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor
platform/android 🤖
platform/windows 🪟
s/duplicate 2️⃣
This issue or pull request already exists
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
From a project created with a default project template to App.xaml.cs
If you specify a theme with
UserAppTheme
, it seems to work well.| AppTheme.Dark
| AppTheme.Light
However, if you change 'UserAppTheme' after the app runs, it does not reflect that well.
| Dark
| Change theme to 'Light'
At first, I suspected that 'AppThemeBinding' was missing in 'Styles.xaml' of the control expressed, but this is not the case. (Of course, there were RadioButton and other things that were missing)
| Android
| Windows Machine
It looks like a bug to me.
Steps to Reproduce
Version with bug
Release Candidate 2 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android, Windows
Affected platform versions
Android 21.0, Windows 10.0.17763.0
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: