[Non-ACR]Wrong MMS Sender Display 80/185680/1
authorkamaljeet <kamal.jc@samsung.com>
Wed, 1 Aug 2018 12:28:56 +0000 (17:58 +0530)
committerkamaljeet <kamal.jc@samsung.com>
Wed, 1 Aug 2018 12:28:56 +0000 (17:58 +0530)
Change-Id: I583fd192d967563e207200e26ead8a9509d711a1
Signed-off-by: kamaljeet <kamal.jc@samsung.com>
plugin/sms_plugin/SmsPluginCallback.cpp

index 72d77fa..256772e 100755 (executable)
@@ -974,10 +974,16 @@ void TapiEventGetMsisdnInfo(TapiHandle *handle, int result, void *data, void *us
                        }
                        break;
                } else {
+                       MSG_DEBUG("MSISDN is empty");
                        bDisableGroupMessage = true;
                }
        }
 
+       if(list->count == 0) {
+               MSG_DEBUG("MSISDN is empty");
+               bDisableGroupMessage = true;
+       }
+
        int tmpVal = 0;
        if (MsgSettingGetInt(MMS_RECV_GROUP_MESSAGE, &tmpVal) != MSG_SUCCESS)
                MSG_INFO("MsgSettingGetInt() is failed");