Remove Adaptor::Pause()/Resume() from application::OnPause()/OnResume() 58/130658/4
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Fri, 28 Apr 2017 05:01:06 +0000 (14:01 +0900)
committertaeyoon0.lee <taeyoon0.lee@samsung.com>
Wed, 24 May 2017 10:33:19 +0000 (19:33 +0900)
commite69dfc73327350634a51b68083f9adb22a042205
tree954c1b8820e7920af3975e873714bc72f1fe4e0c
parent8addb07b2d52772045a1e9674780e3f32b5ddb0d
Remove Adaptor::Pause()/Resume() from application::OnPause()/OnResume()

In ambient state the app wants to draw something, but is prevented by the pause mechanism.
Note that the pause should still occur when the window is hidden (iconify event).

Change-Id: I1ea8fcd81edf4d45bf322373a69a39d5365ed1a6
adaptors/common/application-impl.cpp