You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ad-blocking/ad-blocking-impl/src/main/java/com/duckduckgo/adblocking/impl/domain/AdBlockingStatusChecker.kt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ import javax.inject.Inject
31
31
32
32
interfaceAdBlockingStatusChecker {
33
33
funcanInject(): Boolean
34
+
funisShownInSettings(): Boolean
34
35
}
35
36
36
37
@SingleInstanceIn(AppScope::class)
@@ -59,4 +60,6 @@ class RealAdBlockingStatusChecker @Inject constructor(
Copy file name to clipboardExpand all lines: ad-blocking/ad-blocking-impl/src/test/java/com/duckduckgo/adblocking/impl/domain/RealAdBlockingStatusCheckerTest.kt
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,4 +93,16 @@ class RealAdBlockingStatusCheckerTest {
0 commit comments