Skip to content

Commit

Permalink
chore: Add Internal Access Modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
8954sood committed Oct 23, 2024
1 parent 94dc8ef commit cd0ad39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import com.seugi.designsystem.theme.SeugiTheme
import kotlinx.collections.immutable.ImmutableList

@Composable
fun MealScreen(viewModel: MealViewModel = hiltViewModel(), workspaceId: String, popBackStack: () -> Unit) {
internal fun MealScreen(viewModel: MealViewModel = hiltViewModel(), workspaceId: String, popBackStack: () -> Unit) {
val uiState by viewModel.state.collectAsStateWithLifecycle()

val datePickerState = rememberSeugiDatePickerState()
Expand Down

0 comments on commit cd0ad39

Please sign in to comment.