mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-18 04:40:36 +01:00
Minor code improvement
This commit is contained in:
parent
b94c69160f
commit
a7ced1dd5d
@ -360,7 +360,7 @@ class SettingsActivity : SimpleActivity() {
|
|||||||
RadioGroupDialog(this, items, config.firstDayOfWeek) { any ->
|
RadioGroupDialog(this, items, config.firstDayOfWeek) { any ->
|
||||||
val firstDayOfWeek = any as Int
|
val firstDayOfWeek = any as Int
|
||||||
config.firstDayOfWeek = firstDayOfWeek
|
config.firstDayOfWeek = firstDayOfWeek
|
||||||
settings_start_week_on.text = getDayOfWeekString(config.firstDayOfWeek)
|
settings_start_week_on.text = getDayOfWeekString(firstDayOfWeek)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user