This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Description
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.