- Enable also dtmf edit text when it becomes visible.
This commit is contained in:
@@ -1118,6 +1118,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
}
|
}
|
||||||
holdButton.visibility = View.VISIBLE
|
holdButton.visibility = View.VISIBLE
|
||||||
dtmf.visibility = View.VISIBLE
|
dtmf.visibility = View.VISIBLE
|
||||||
|
dtmf.isEnabled = true
|
||||||
dtmf.requestFocus()
|
dtmf.requestFocus()
|
||||||
if (dtmfWatcher != null) dtmf.removeTextChangedListener(dtmfWatcher)
|
if (dtmfWatcher != null) dtmf.removeTextChangedListener(dtmfWatcher)
|
||||||
dtmfWatcher = call.dtmfWatcher
|
dtmfWatcher = call.dtmfWatcher
|
||||||
|
|||||||
Reference in New Issue
Block a user