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

Commit cb0af935 authored by moezbhatti's avatar moezbhatti
Browse files

Show popup to block conversation for call control

parent f013cae7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -57,8 +57,6 @@ class CallControlBlockingClient @Inject constructor(
        }
    }

    override fun canBlock(): Boolean = true

    override fun block(addresses: List<String>): Completable = Completable.fromCallable {
        val reports = addresses.map { CallControl.Report(it) }
        CallControl.report(context, arrayListOf<CallControl.Report>().apply { addAll(reports) },