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() {
override fun onStateChanged(call: Call, state: Int) {
super.onStateChanged(call, state)