Skip to content

Commit 606f1a3

Browse files
committed
Fix copy-paste error in docs
1 parent e7496e1 commit 606f1a3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/android.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ class MyActivity : Activity() {
216216
setContent {
217217
home()
218218
}
219-
// ...
220-
myScreen.loadImage(imageLoader)
221219
}
222220
}
223221
```
@@ -285,4 +283,4 @@ interface VariantComponent {
285283
// main/java/com.example.inject/ApplicationComponent.kt
286284
@Component
287285
abstract class ApplicationComponent : VariantComponent
288-
```
286+
```

0 commit comments

Comments
 (0)