Skip to content

Commit

Permalink
Add ActivityRetainedLifecycle to default bindings docs
Browse files Browse the repository at this point in the history
Closes #4280

RELNOTES=n/a
PiperOrigin-RevId: 623699753
  • Loading branch information
yschimke authored and Dagger Team committed Apr 11, 2024
1 parent a8f56dc commit e994b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hilt/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ as dependencies into your own custom bindings.
Component | Default Bindings
------------------------------- | ---------------------------------------------
**`SingletonComponent`** | `Application`[^2]
**`ActivityRetainedComponent`** | `Application`
**`ActivityRetainedComponent`** | `Application`, `ActivityRetainedLifecycle`
**`ViewModelComponent`** | `SavedStateHandle`, `ViewModelLifecycle`
**`ActivityComponent`** | `Application`, `Activity`
**`FragmentComponent`** | `Application`, `Activity`, `Fragment`
Expand Down

0 comments on commit e994b48

Please sign in to comment.