Handle app exit when triggered from platform 20/190820/6
authorprathmesh.m <prathmesh.m@samsung.com>
Fri, 5 Oct 2018 11:55:35 +0000 (17:25 +0530)
committerjaekuk lee <juku1999@samsung.com>
Wed, 10 Oct 2018 00:54:51 +0000 (00:54 +0000)
commit1309299e847dd345aae5128037763ceef24f7040
tree88052c7c083f879fd30d2e54edf5204bbdd9b8dd
parent1cefc78f8728846e36e5186704aad24ddad9984b
Handle app exit when triggered from platform

- Issue: Crash occured on termination is triggered by platform
  (Home Key-> Exit all, app_launcher)
- Defer the ecore loop quit untill last idler is executed
- Lower the elm win instead of hiding the evas object
  to avoid flickring

Change-Id: Idab786b6dd1ee04062433c81811cd9999b19e905
Signed-off-by: prathmesh.m <prathmesh.m@samsung.com>
runtime/browser/web_application.cc