Prevent texture removal after TextureManager destroyed 28/169728/2
authorDavid Steele <david.steele@samsung.com>
Mon, 22 Jan 2018 15:15:48 +0000 (15:15 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 9 Feb 2018 11:48:10 +0000 (11:48 +0000)
On shutdown, if there is an ImageView actor with an
AnimatedImageVisual still in the tree, then on destruction it tries to
kill off textures. However, TextureManager has already been shutdown
and can't be called.

Adding a lifecycle observer so AnimatedImageVisual helper classes can shutdown cleanly.

Change-Id: I5f07288291b850e69f45df879cce8c27bccb3f6e


No differences found