nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

Update SettingsViewModel.kt

Open yannigoyal opened this issue 4 months ago • 8 comments

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.

yannigoyal avatar Jul 11 '25 09:07 yannigoyal