Fix the Push data Set issue 72/132272/2
authorHyeKyoung Hwang <cookie@samsung.com>
Fri, 2 Jun 2017 05:01:49 +0000 (14:01 +0900)
committerHyeKyoung Hwang <cookie@samsung.com>
Fri, 2 Jun 2017 05:08:10 +0000 (14:08 +0900)
commit260c94b164264e2fbbb231d56c32fe725b68595e
tree5764829b585ca341b401322a3221394f6f3f10f1
parent8382e2b0534787469baf76161e3899888cf130b1
Fix the Push data Set issue

[ Problem]If the PWA is resume, not init, PWA can't set the push data
[ Cause] ewk_context_send_push_message is just call when it init
[ Soulution ] When tab is added, ewk_context_send_push_message is called
[ Verify] PWA can get the push data

Change-Id: Ibf8ef4d9e1f38fc37df4b87d7a8b8d60bff92245
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
services/WebEngineMin/WebEngineMin.cpp