commit | b0cd8766eee8e598969cf2b408b2f4f859a592af | [log] [tgz] |
---|---|---|
author | Vivek Sekhar <vsekhar@codeaurora.org> | Thu Oct 22 13:50:30 2015 -0700 |
committer | jrizzoli <joey@cyanogenmoditalia.it> | Thu Nov 05 14:33:37 2015 +0100 |
tree | 6f38578cc4d0a81b142b38df4a88670ed58c18b7 | |
parent | 68f02f78da525a717c3a7250915d1c7aab76eb2d [diff] |
Force engine initialization during onCreate - During stress test on browser we noticed that registerActivityLifecycleCallbacks.onActivityCreated was not getting called. This call was required to ensure that the engine was initialized before launching an activity.Added code to ensure engine is initialized in onCreate of activity that use engine API's directly. - Added null check for ComboView.hide method