This repository was archived by the owner on Sep 3, 2023. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -347,9 +347,9 @@ interface ChildComponent
347
347
getScope(PARENT_SCOPE ).exit()
348
348
```
349
349
350
- < img src = " https://github.com/afollestad/ulfberht/blob/master/art/destruction_diagram.png?raw=true " />
350
+ * Parent components will destroy all of their children (components and their modules) as well. *
351
351
352
- ** Parent components will destroy all of their children (components and their modules) as well. **
352
+ < img src = " https://github.com/afollestad/ulfberht/blob/master/art/destruction_diagram.png?raw=true " />
353
353
354
354
---
355
355
@@ -378,11 +378,11 @@ class MyActivity : AppCompatActivity() {
378
378
}
379
379
```
380
380
381
- <img src =" https://github.com/afollestad/ulfberht/blob/master/art/inject_diagram.png?raw=true " />
382
-
383
381
This code assumes that one of the modules going up the graph from ` Component5 ` can supply
384
382
` NeededClass ` with a ` @Binds ` or ` @Provides ` method.
385
383
384
+ <img src =" https://github.com/afollestad/ulfberht/blob/master/art/inject_diagram.png?raw=true " />
385
+
386
386
---
387
387
388
388
# Qualifiers
You can’t perform that action at this time.
0 commit comments