SnapdragonCamera: Fixing NullPointerException in onCreate of VideoModule

As per new open camera optimization, setContentView is called after init.
But VideoModule has a dependency in initialization on setContentView as
if setContentView is not called before using mFilmStripView then its value
is null. To avoid this changed the location of using mFilmStripView from
initialization to onResume.

Change-Id: I6f0116fa82554b11b06d733b3952e6596daa50d3
2 files changed