[3.0] Remove Adaptor::Pause()/Resume() from application::OnPause()/OnResume() 96/127596/4
authortaeyoon0.lee <taeyoon0.lee@samsung.com>
Fri, 28 Apr 2017 05:01:06 +0000 (14:01 +0900)
committerTaeyoon Lee <taeyoon0.lee@samsung.com>
Fri, 26 May 2017 05:32:14 +0000 (05:32 +0000)
commit66f6b93f1a7b09f6023e8278bed7cafc2a0e877c
tree052390cde2c54ef2dd695aeb5bbad34aac1af9f9
parentb1de18b51eacc983bf4087f577f0d10bbcdc2133
[3.0] 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