Fix formatting issue.
This commit is contained in:
parent
223d0632cf
commit
55824900d2
1 changed files with 3 additions and 1 deletions
|
|
@ -56,7 +56,9 @@ fun preferenceIcon(
|
||||||
tintColor = tintColor,
|
tintColor = tintColor,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
} else null
|
} else {
|
||||||
|
null
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue