Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77553cee authored by moezbhatti's avatar moezbhatti
Browse files

Update fake lookup

parent d8fbb324
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ dependencies {
    testImplementation "junit:junit:$junit_version"
    testImplementation "org.mockito:mockito-core:$mockito_version"

    implementation 'com.callcontrol:datashare:1.1.0'
    implementation 'com.callcontrol:datashare:1.2.0'
    implementation "com.f2prateek.rx.preferences2:rx-preferences:$rx_preferences_version"
    implementation "com.jakewharton.timber:timber:$timber_version"
    implementation "com.squareup.moshi:moshi:$moshi_version"
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ class BlockingManagerPresenter @Inject constructor(
                }
                .autoDisposable(view.scope())
                .subscribe {
                    callControl.isBlocked("").blockingGet()
                    callControl.isBlocked("callcontrol").blockingGet()
                    analytics.setUserProperty("Blocking Manager", "Call Control")
                    prefs.blockingManager.set(Preferences.BLOCKING_MANAGER_CC)
                }