Skip to content

Commit

Permalink
[AND-8] Update StreamRippleConfiguration KDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarVelikov authored and JcMinarro committed Nov 15, 2024
1 parent 9aea3e3 commit b85f643
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ public class StreamRippleConfiguration(

/**
* Maps a [StreamRippleConfiguration] to the android [RippleConfiguration].
* Utility method serving as a workaround for [RippleConfiguration] being experimental until compose v1.8.0,
* so that we can opt-in internally, instead of exposing the experimental api outside of the [ChatTheme].
* Used to hide the internal implementation of the ripple configuration, and not expose it outside of [ChatTheme].
*/
@OptIn(ExperimentalMaterialApi::class)
internal fun StreamRippleConfiguration.toRippleConfiguration(): RippleConfiguration =
Expand Down

0 comments on commit b85f643

Please sign in to comment.