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