removing some SuppressLint calls

This commit is contained in:
tibbi 2021-04-03 19:12:00 +02:00
parent a0f5bb6559
commit 3afc75767c
2 changed files with 0 additions and 2 deletions

View File

@ -315,7 +315,6 @@ class CallActivity : SimpleActivity() {
} }
} }
@SuppressLint("NewApi")
private val callCallback = object : Call.Callback() { private val callCallback = object : Call.Callback() {
override fun onStateChanged(call: Call, state: Int) { override fun onStateChanged(call: Call, state: Int) {
super.onStateChanged(call, state) super.onStateChanged(call, state)

View File

@ -15,7 +15,6 @@ import com.simplemobiletools.commons.helpers.ensureBackgroundThread
import com.simplemobiletools.dialer.models.CallContact import com.simplemobiletools.dialer.models.CallContact
// inspired by https://github.com/Chooloo/call_manage // inspired by https://github.com/Chooloo/call_manage
@SuppressLint("NewApi")
class CallManager { class CallManager {
companion object { companion object {
var call: Call? = null var call: Call? = null