Skip to content

Commit

Permalink
[#530] Fix build by adding missing annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea committed Aug 10, 2023
1 parent d67d097 commit cf682a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import com.orange.ods.app.domain.recipes.LocalRecipes
import com.orange.ods.app.ui.utilities.composable.CodeImplementationColumn
import com.orange.ods.app.ui.utilities.composable.FunctionCallCode
import com.orange.ods.compose.OdsComposable
import com.orange.ods.compose.annotation.ExperimentalOdsApi
import com.orange.ods.compose.component.button.OdsTextToggleButtonsRow
import com.orange.ods.compose.component.button.OdsTextToggleButtonsRowItem
import com.orange.ods.compose.theme.OdsDisplaySurface
Expand Down Expand Up @@ -93,6 +94,7 @@ fun ButtonsTextToggleButtonsRow(customizationState: ButtonCustomizationState) {
}
}

@OptIn(ExperimentalOdsApi::class)
@Composable
private fun ToggleButtonsRow(
textToggleButtons: List<OdsTextToggleButtonsRowItem>,
Expand Down

0 comments on commit cf682a1

Please sign in to comment.