mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Running ktlint (trailing commas added everywhere)
This commit is contained in:
parent
fd1f5a4212
commit
d77d18a1c5
331 changed files with 1526 additions and 1492 deletions
|
@ -50,7 +50,7 @@ fun RadioGroup.bindToPreference(pref: Preference<Int>, block: (() -> Unit)? = nu
|
|||
*/
|
||||
fun Spinner.bindToPreference(
|
||||
pref: Preference<Int>,
|
||||
offset: Int = 0
|
||||
offset: Int = 0,
|
||||
) {
|
||||
onItemSelectedListener = IgnoreFirstSpinnerListener { position ->
|
||||
pref.set(position + offset)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue