我对MyApp函数有一个问题,content值是未解决的,ContactContent()显示了以下错误:@Composable invocations can only happen from thecontext of a @Composable functionfun MyApp(navigateToProfile: (Contact) -> Unit){
对话框fun OptionSelectComposeDialog(){val optionListOptionListDialogContentfun OptionListDialogContent(optionList: OptionList?)invocations can only happen from the context of a @Composable function"