aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/tv/setup/SystemSetupActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/tv/setup/SystemSetupActivity.java')
-rw-r--r--src/com/android/tv/setup/SystemSetupActivity.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/com/android/tv/setup/SystemSetupActivity.java b/src/com/android/tv/setup/SystemSetupActivity.java
index 890331b8..999b157a 100644
--- a/src/com/android/tv/setup/SystemSetupActivity.java
+++ b/src/com/android/tv/setup/SystemSetupActivity.java
@@ -134,9 +134,7 @@ public class SystemSetupActivity extends SetupActivity {
*/
@dagger.Module
public abstract static class Module {
-
@ContributesAndroidInjector
- abstract SetupSourcesFragment.ContentFragment
- contributesSetupSourcesFragmentContentFragment();
+ abstract SystemSetupActivity contributeSystemSetupActivity();
}
}