Steps to reproduce
- Set application theme with
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_FOLLOW_SYSTEM).
- Use the system setting (Settings -> Display -> Theme) to toggle Dark theme.
Expected
The application theme should also be changed automatically in accordance with device theme.