feat(CON-171) : Summary consent screen #10
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat(CON-171)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
feat(CON-172) : Detail consent screen
feat(-) : Send consent to BO to save them
@ -63,0 +91,4 @@
},
consentium = Consentium(
context = context,
"ApplicationId",
nommer le paramètre ;)
@ -0,0 +12,4 @@
object ConsentiumDefaults {
private const val SURFACE_PRIMARY_COLOR_BLEND_RATIO = 0.1f
Renommer en OUTLINE_COLOR_BLEND_RATIO. Aussi il y a vraiment d'un Color blend ici ?
@ -0,0 +36,4 @@
}
}
fun Any.toSpanStyle(): SpanStyle {
Un peu abusé de faire une méthode d'extension sur Any non ?
Tu pourrais faire ParcelableSpan.toSpanStyle()
5db3391b7d
to86a7020c2b