[4.0] Fix a crash issue 14/159314/1
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 8 Nov 2017 01:52:30 +0000 (10:52 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 8 Nov 2017 07:06:13 +0000 (16:06 +0900)
commitf761e1fa4209b47ae18543797b0183b005b510b0
treecb7a8ae3cac369f71b5c72865a9d302b3262cded
parent22737c90c1dabed26ff143e67d6a257be9dd306e
[4.0] Fix a crash issue

OnWindowHidden and OnWindowShown can be called before mThreadController is started in NotifySceneCreated.
In this case mThreadController should not be paused or resumed.

Change-Id: I63db11085a2682fb7a0199616e5e9381b672e06f
adaptors/common/adaptor-impl.cpp