Setting android theme to follow system does not change to current system theme
问题 In the settings of my app i have it so that you are able to switch the theme off the app between Light, Dark and following the system. Switching between them is fine and i have that all setup however when switching to follow system from one of the other themes it does not change to the systems theme if the theme before was different to the system. I am using this code to switch the theme: { Spinner spinner = (Spinner)sender; string selectedSpinnerItem = spinner.GetItemAtPosition(e.Position)