Skip to content

Commit

Permalink
filed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
niyajali committed Sep 1, 2024
1 parent 88aca4e commit 82a84c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ internal enum class SettingsCardItem(
),
}

internal fun PreferencesHelper.applySavedTheme() {
fun PreferencesHelper.applySavedTheme() {
val applicationTheme = AppTheme.entries.find { it.ordinal == this.appTheme }
AppCompatDelegate.setDefaultNightMode(
when {
Expand Down

0 comments on commit 82a84c1

Please sign in to comment.