Fix formatting issue.

This commit is contained in:
Benoit Marty
2024-05-27 14:19:30 +02:00
parent 223d0632cf
commit 55824900d2

View File

@@ -56,7 +56,9 @@ fun preferenceIcon(
tintColor = tintColor,
)
}
} else null
} else {
null
}
}
@Composable