Skip to content

Commit

Permalink
Merge pull request #739 from Orange-OpenSource/Set-OdsEmptyView-internal
Browse files Browse the repository at this point in the history
Remove OdsEmptyView API exposing
  • Loading branch information
florentmaitre authored Dec 11, 2023
2 parents f3ae957 + b4cfd42 commit 7215a48
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ import com.orange.ods.compose.theme.OdsTheme
* @param image Image displayed centered in the composable.
* @param button The button to add below the text.
*/
//TODO Expose this composable when illustration and documentation are OK
@Composable
fun OdsEmptyView(
private fun OdsEmptyView(
title: String,
modifier: Modifier = Modifier,
text: String? = null,
Expand Down Expand Up @@ -90,7 +91,7 @@ fun OdsEmptyView(
/**
* Contains classes to build an [com.orange.ods.compose.module.emptyview.OdsEmptyView].
*/
object OdsEmptyView {
private object OdsEmptyView {

/**
* A button in an [OdsEmptyView].
Expand Down

0 comments on commit 7215a48

Please sign in to comment.