commit | 49eff190b54e2f1bfa2524ee171b925aab06e288 | [log] [tgz] |
---|---|---|
author | zekaiz <zekaiz@codeaurora.org> | Thu Nov 10 16:55:56 2016 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Nov 15 17:44:56 2016 -0800 |
tree | 11ae7d6d943c52b905959e4b68d50d44ef7d1771 | |
parent | af879c6f0a13feb27901f49d58e821222e72538b [diff] |
Music: Lack of gapless effect Right now MediaPlayer.setNextMediaPlayer() will be invoked after prepare(), at this time it may be that OnPreparedListener message has not dispatch yet due to different thread. Do setNextMediaPlayer() on OnPreparedListener to make sure MediaPlayer is prepared. Change-Id: I3e8cd260a9ad999227c989c07ff5ffaabeffbb08 CRs-Fixed: 1078042