static void __msg_ui_composer_change_to_mms(MSG_COMPOSER_VIEW_DATA_S *cd)
{
D_ENTER;
-
if (!cd) {
MSG_UI_DEBUG(MSG_UI_LEVEL_ASSERT, "[ASSERT] composer data is NULL");
return;
bool ret = msg_ui_composer_common_is_send_possible(cd);
msg_ui_composer_body_update_send_btn_icon(cd, !ret);
- if (cd->msg_type == COMPOSER_MSG_TYPE_SMS)
+ if (cd->msg_type == COMPOSER_MSG_TYPE_SMS && cd->msg_ug_mode != MSG_UG_MODE_BUBBLE_COMPOSER)
elm_object_disabled_set(cd->more_btn, EINA_TRUE);
else if (cd->msg_type == COMPOSER_MSG_TYPE_MMS)
elm_object_disabled_set(cd->more_btn, EINA_FALSE);
cd->more_btn = more_button;
- if (cd->msg_type == COMPOSER_MSG_TYPE_SMS)
+ if (cd->msg_type == COMPOSER_MSG_TYPE_SMS && cd->msg_ug_mode != MSG_UG_MODE_BUBBLE_COMPOSER)
elm_object_disabled_set(cd->more_btn, EINA_TRUE);
/*Create compose button*/