Fixed Nabi Issues: 53721,53372,53761,53768
[apps/osp/Internet.git] / src / IntBookmarkListForm.cpp
index 75cf8ab..cd13765 100644 (file)
@@ -1184,6 +1184,7 @@ BookmarkListForm::OnOrientationChanged (const Tizen::Ui::Control &source, Tizen:
                {
                        __pListview->SetBounds(__pListview->GetX(),0,GetClientAreaBounds().width ,GetClientAreaBounds().height);
                }
+
        }
 
        if (__pSearchListView && __pListview)
@@ -1228,3 +1229,18 @@ BookmarkListForm::OnSceneDeactivated(const SceneId& currentSceneId, const SceneI
        return;
 }
 
+void
+BookmarkListForm::OnUserEventReceivedN (RequestId requestId, Tizen::Base::Collection::IList *pArgs)
+{
+       AppLog("receiving userevent for appcontrol %d",requestId);
+       if (requestId == APPCONTROL_LAUNCH_MAX_LIMIT_REACHED)
+       {
+               AppLog("receiving userevent for appcontrol %d ",requestId);
+               if(__pConfirmationPopup)
+               {
+                       __pConfirmationPopup->SetShowState(false);
+                       delete __pConfirmationPopup;
+                       __pConfirmationPopup = null;
+               }
+       }
+}