mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-03-30 11:10:05 +02:00
removing some SuppressLint calls
This commit is contained in:
parent
a0f5bb6559
commit
3afc75767c
@ -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)
|
||||
|
@ -15,7 +15,6 @@ import com.simplemobiletools.commons.helpers.ensureBackgroundThread
|
||||
import com.simplemobiletools.dialer.models.CallContact
|
||||
|
||||
// inspired by https://github.com/Chooloo/call_manage
|
||||
@SuppressLint("NewApi")
|
||||
class CallManager {
|
||||
companion object {
|
||||
var call: Call? = null
|
||||
|
Loading…
x
Reference in New Issue
Block a user