commit | 17db928b33a41874456b50f37c715f4114aaab42 | [log] [tgz] |
---|---|---|
author | Nancy Chen <nancychen@google.com> | Wed Aug 26 16:12:56 2015 -0700 |
committer | Nancy Chen <nancychen@google.com> | Wed Aug 26 16:12:56 2015 -0700 |
tree | 55253c7f491699b5a048cc1797be4d0fe687ce9a | |
parent | b3342e14d3bfb6dd9a9133ece30350e2781dddac [diff] |
Do not call "onPrepared" unless the media player is prepared. In setPlaybackView, if the MediaPlayer is not null, onPrepared is called. However, there can be a race condition where the MediaPlayer is not null, but also not yet prepared (since preparation is an asynchronous call). Bug: 23228984 Change-Id: I1536de9b2c67c0ae796224a717b1047fac0a8da4