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

@ -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