Avoid lint warning
This commit is contained in:
@@ -1114,7 +1114,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
}
|
}
|
||||||
"call established" -> {
|
"call established" -> {
|
||||||
if (aor == aorSpinner.tag) {
|
if (aor == aorSpinner.tag) {
|
||||||
dtmf.setText("")
|
dtmf.text = null
|
||||||
dtmf.hint = getString(R.string.dtmf)
|
dtmf.hint = getString(R.string.dtmf)
|
||||||
showCall(ua)
|
showCall(ua)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user