Change-Id: I246676280a38dd5d60319cce7f8b3d98973c5634
Signed-off-by: Denis Dolzhenko <d.dolzhenko@samsung.com>
strId = "IDS_MSG_BODY_UNABLE_TO_SEND_THIS_MESSAGE_INSERT_YOUR_SIM_CARD_AND_TRY_AGAIN";
break;
case MsgTransport::SendDPMRestricted:
- showSendDpmNotif(msg.getAddressList());
+ // Message service shows own popup for this case.
return;
default:
strId = "IDS_MSGC_BODY_UNABLE_TO_SEND_MESSAGE";
return;
if (m_pRecipPanel &&
- m_pRecipPanel->getEntryFocus() &&
+ m_pRecipPanel->getEntryFocus() &&
!m_pRecipPanel->getEntryText().empty() &&
!m_pRecipPanel->addRecipientsFromEntry())
return;