Change-Id: I678997326f213afd336e96c36077e71fbda3c89b
Signed-off-by: GAURAV JAIN <gaurav.j3@samsung.com>
case REQUEST_ENABLE_CONTROLS:
{
SetFormEnabled(true);
- __pMsgComposePanel->SetFocus();
+ //__pMsgComposePanel->SetFocus();
__pMsgComposePanel->ShowKeypad();
__pMsgComposePanel->EnableSendButton(!__pMsgComposePanel->IsComposeFieldEmpty());
}
SetFormEnabled(true);
if (__convFormType == CONVERSATION_LIST_FORM_VIEW)
{
- __pMsgComposePanel->SetFocus(); // To avoid disabling of custom controls after getting back from other app control forms
+ //__pMsgComposePanel->SetFocus(); // To avoid disabling of custom controls after getting back from other app control forms
__pMsgComposePanel->EnableSendButton(!__pMsgComposePanel->IsComposeFieldEmpty());
if(__isContactHelperAppLaunched)
{