Skip to content

Commit 0614deb

Browse files
fix: fix typo in the ComposeView structure sample (JetBrains#88)
1 parent 9cde469 commit 0614deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/compose/compose-ios-ui-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ struct ComposeView: UIViewControllerRepresentable {
4646
Main_iosKt.MainViewController()
4747
}
4848

49-
func updateUIViewController(_ uiViewController: UIViewController, context: Context) {
49+
func updateUIViewController(_ uiViewController: UIViewController, context: Context) { }
5050
}
5151
```
5252

0 commit comments

Comments
 (0)