Fixed Nabi Issues 47903,47887,47972
[apps/osp/Internet.git] / src / IntBookmarkListForm.cpp
index f049ae8..e4d15fd 100644 (file)
@@ -884,11 +884,9 @@ BookmarkListForm::OnListViewContextItemStateChanged(Tizen::Ui::Controls::ListVie
                        __pPopUp->AddShareInfo(pShareInfo);
                }
 
-               if (__pPopUp != null)
-               {
-                       __pPopUp->SetShowState(true);
-                       __pPopUp->Show();
-               }
+               __pPopUp->SetShowState(true);
+               __pPopUp->Show();
+
        }
        break;
        default: