Skip to content

Commit

Permalink
Internal changes
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 684888206
  • Loading branch information
wanyingd1996 authored and Dagger Team committed Oct 11, 2024
1 parent 41fd826 commit 02b381e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
* because even the injector interface type is not a valid type if we have a hilt base class.
*
*/
public class ActivityComponentManager implements GeneratedComponentManager<Object> {
public class ActivityComponentManager
implements GeneratedComponentManager<Object>, ActivityRetainedComponentAccessor {
/** Entrypoint for {@link ActivityComponentBuilder}. */
@EntryPoint
@InstallIn(ActivityRetainedComponent.class)
Expand Down
1 change: 1 addition & 0 deletions java/dagger/hilt/android/internal/managers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ android_library(
name = "managers",
srcs = [
"ActivityComponentManager.java",
"ActivityRetainedComponentAccessor.java",
"ActivityRetainedComponentManager.java",
"ApplicationComponentManager.java",
"BroadcastReceiverComponentManager.java",
Expand Down

0 comments on commit 02b381e

Please sign in to comment.