Skip to content

Instantly share code, notes, and snippets.

@dphans
Last active September 22, 2019 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dphans/b3caa027bcf1fd89818099547f0cb827 to your computer and use it in GitHub Desktop.
Save dphans/b3caa027bcf1fd89818099547f0cb827 to your computer and use it in GitHub Desktop.
val isNightMode = this@BaseActivity.resources.configuration.uiMode
.and(Configuration.UI_MODE_NIGHT_MASK) == Configuration.UI_MODE_NIGHT_YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment