Skip to content

Commit 0f01ba0

Browse files
author
vtuan10
committed
removed @provides for navigator
no need to use @provides for navigator since Dagger 2 can construct it by @inject-annotated constructor
1 parent c740e00 commit 0f01ba0

File tree

1 file changed

+0
-4
lines changed
  • presentation/src/main/java/com/fernandocejas/android10/sample/presentation/internal/di/modules

1 file changed

+0
-4
lines changed

presentation/src/main/java/com/fernandocejas/android10/sample/presentation/internal/di/modules/ApplicationModule.java

-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ public ApplicationModule(AndroidApplication application) {
4545
return this.application;
4646
}
4747

48-
@Provides @Singleton Navigator provideNavigator() {
49-
return new Navigator();
50-
}
51-
5248
@Provides @Singleton ThreadExecutor provideThreadExecutor(JobExecutor jobExecutor) {
5349
return jobExecutor;
5450
}

0 commit comments

Comments
 (0)