commit | b3dcd58432b0468ea9d69757f38051b94f2c05e4 | [log] [tgz] |
---|---|---|
author | Santos Cordon <santoscordon@google.com> | Thu Aug 29 12:08:19 2013 -0700 |
committer | Santos Cordon <santoscordon@google.com> | Thu Aug 29 12:08:19 2013 -0700 |
tree | 7608f90c21102bfa020a784cdfb362c78945c805 | |
parent | facff288cfbdfcfd9281a64fa05a78532acf3d90 [diff] |
Move initializeInCall to onStart(). UI for presenters are not ready until after onViewCreated(). However, initializeInCall gets calls before that as as part of the activity's onCreate. Move this initialization to onStart so that the initialize process happens only after all the UI is ready. bug: 10544690 Change-Id: I6f0db720ff8a5436f560850af7fb1c1fd7795ae5