fixup! Add support for IDS string mapping. 49/194549/1
authorsurya.kumar7 <surya.kumar7@samsung.com>
Wed, 5 Dec 2018 13:52:07 +0000 (19:22 +0530)
committersurya.kumar7 <surya.kumar7@samsung.com>
Wed, 5 Dec 2018 13:53:38 +0000 (19:23 +0530)
Media playback is affected with this line. Fixed it by
reverting it.

Change-Id: Ic0ddde89fa2174f35bc8de4afa0d25d3f8067659
Signed-off-by: surya.kumar7 <surya.kumar7@samsung.com>
atom/browser/browser.cc

index 1552737771fef544e31fcbc574fbb67bdfe27fc5..1e0d82d2ccd78f613a46e45ec5e8e39abed1d69c 100644 (file)
@@ -336,7 +336,7 @@ void Browser::Launch(std::unique_ptr<common::AppControl> appcontrol) {
   std::unique_ptr<common::ResourceManager::Resource> res =
       resource_manager_->GetStartResource(appcontrol.get());
   if (res)
-    start_url_ = res->uri();
+    start_url_ = resource_manager_->GetLocalizedPath(res->uri());
 
   tizen::NativeWebRuntime::GetInstance().StartApplication();
 }