add to resume event
[apps/osp/Internet.git] / src / IntInternetApp.cpp
index 0798b46..a864d7f 100644 (file)
@@ -195,8 +195,11 @@ InternetApp::OnAppTerminating(AppRegistry& appRegistry, bool forcedTermination)
 void
 InternetApp::OnForeground(void)
 {
-
-
+       Form* pCurrentForm = (SceneManager::GetInstance()->GetCurrentScene()->GetForm());
+       if (pCurrentForm)
+       {
+               pCurrentForm->SendUserEvent(FORE_GROUND_APP_EVENT, NULL);
+       }
 }
 
 void