Fix a crash issue 70/159270/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 01:52:30 +0000 (10:52 +0900)
commit49005cc5e7475102f2314559e88509c10e4e58a6
treea46fcdb3d6dda3b0254c86938eac9353b70ff598
parentda813bd51afd0da5a3ca1d6c59fefe35ab4fa9af
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