Prevent issue fix. Nabi issues fixed
[apps/osp/Call.git] / src / CallBaseForm.cpp
index 518f024..0f1ab33 100644 (file)
@@ -325,8 +325,8 @@ BaseForm::HandleTelephonyError(int errorCode)
        if (__pErrorMsgPopup == null)
        {
                __pErrorMsgPopup = new (std::nothrow) ErrorMsgPopup(this);
+               __pErrorMsgPopup->ShowErrorMsgPopupN(errorCode);
        }
-       __pErrorMsgPopup->ShowErrorMsgPopupN(errorCode);
 }
 
 void