nowinandroid
nowinandroid copied to clipboard
Update SettingsViewModel.kt
What I have done and why
- Used setApplicationNightMode via UiModeManager for API 31+ (Android 12+).
- Used AppCompatDelegate.setDefaultNightMode for below API 31.
- Ensures consistent dark theme behaviour across all Android versions.