Fix focus issues with dialpad in the call dialog.

cusax-fix
Yana Stamcheva 17 years ago
parent 544a7678cb
commit 442c4fdfb7

@ -134,6 +134,7 @@ else if (buttonName.equals(DIAL_BUTTON))
getLocationOnScreen().y + getHeight());
dialpadDialog.setVisible(true);
dialpadDialog.requestFocus();
}
else
{

Loading…
Cancel
Save