- Enable also dtmf edit text when it becomes visible.

This commit is contained in:
Juha Heinanen
2019-05-30 15:10:35 +03:00
parent 3700dcc971
commit 62d01e8d62

View File

@ -1118,6 +1118,7 @@ class MainActivity : AppCompatActivity() {
}
holdButton.visibility = View.VISIBLE
dtmf.visibility = View.VISIBLE
dtmf.isEnabled = true
dtmf.requestFocus()
if (dtmfWatcher != null) dtmf.removeTextChangedListener(dtmfWatcher)
dtmfWatcher = call.dtmfWatcher