- Make sure that call info button is enabled when it becomes visible.
This commit is contained in:
@ -1123,6 +1123,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
dtmfWatcher = call.dtmfWatcher
|
dtmfWatcher = call.dtmfWatcher
|
||||||
dtmf.addTextChangedListener(dtmfWatcher)
|
dtmf.addTextChangedListener(dtmfWatcher)
|
||||||
infoButton.visibility = View.VISIBLE
|
infoButton.visibility = View.VISIBLE
|
||||||
|
infoButton.isEnabled = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user