Ktlint correction

pull/1592/head
Jakub Kalinowski 3 years ago
parent 05b3042b1f
commit 93b8636288

@ -73,7 +73,7 @@ class SnoozeDelayPickerActivity : FragmentActivity(), OnItemClickListener {
SystemUtils.unlockScreen(this) SystemUtils.unlockScreen(this)
} }
private fun AndroidThemeSwitcher.setTheme(){ private fun AndroidThemeSwitcher.setTheme() {
if (this.isNightMode) { if (this.isNightMode) {
setTheme(R.style.BaseDialogDark) setTheme(R.style.BaseDialogDark)
this.currentTheme = DarkTheme() this.currentTheme = DarkTheme()

Loading…
Cancel
Save