Suppress warning for ModifierComposed (detekt)
This commit is contained in:
parent
f82ab91f6e
commit
e77f5f2bd7
1 changed files with 2 additions and 0 deletions
|
|
@ -168,6 +168,7 @@ data class BloomLayer(
|
||||||
* @param bottomSoftEdgeAlpha The alpha value to apply to the bottom soft edge.
|
* @param bottomSoftEdgeAlpha The alpha value to apply to the bottom soft edge.
|
||||||
* @param alpha The alpha value to apply to the bloom effect.
|
* @param alpha The alpha value to apply to the bloom effect.
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("ModifierComposed")
|
||||||
fun Modifier.bloom(
|
fun Modifier.bloom(
|
||||||
hash: String?,
|
hash: String?,
|
||||||
background: Color,
|
background: Color,
|
||||||
|
|
@ -312,6 +313,7 @@ fun Modifier.bloom(
|
||||||
* @param bottomSoftEdgeAlpha The alpha value to apply to the bottom soft edge.
|
* @param bottomSoftEdgeAlpha The alpha value to apply to the bottom soft edge.
|
||||||
* @param alpha The alpha value to apply to the bloom effect.
|
* @param alpha The alpha value to apply to the bloom effect.
|
||||||
*/
|
*/
|
||||||
|
@SuppressWarnings("ModifierComposed")
|
||||||
fun Modifier.avatarBloom(
|
fun Modifier.avatarBloom(
|
||||||
avatarData: AvatarData,
|
avatarData: AvatarData,
|
||||||
background: Color,
|
background: Color,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue