Skip to content

Commit

Permalink
Remove redundant LifecycleScopeProvider static analysis checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaishavGandhi committed Dec 5, 2018
1 parent 769b97d commit 84d3bc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public final class UseAutoDispose extends AbstractReturnValueIgnored
private static final ImmutableSet<String> DEFAULT_CLASSES_WITH_LIFECYCLE =
new ImmutableSet.Builder<String>().add("android.app.Activity")
.add("android.app.Fragment")
.add("com.uber.autodispose.lifecycle.LifecycleScopeProvider")
.add("android.support.v4.app.Fragment")
.add("androidx.fragment.app.Fragment")
.add("android.arch.lifecycle.LifecycleOwner")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class AutoDisposeDetector: Detector(), SourceCodeScanner {
// The default scopes for Android.
private val DEFAULT_SCOPES = listOf("androidx.lifecycle.LifecycleOwner",
"com.uber.autodispose.ScopeProvider",
"com.uber.autodispose.lifecycle.LifecycleScopeProvider",
"android.app.Activity",
"android.app.Fragment")

Expand Down

0 comments on commit 84d3bc9

Please sign in to comment.