Merge "Fix blank animation in "find the sensor" flow for fingerprint."

This commit is contained in:
Jim Miller
2015-12-15 04:08:30 +00:00
committed by Android (Google) Code Review

View File

@@ -119,6 +119,8 @@ public class FingerprintLocationAnimationVideoView extends TextureView
public void stopAnimation() {
if (mMediaPlayer != null && mMediaPlayer.isPlaying()) {
mMediaPlayer.stop();
mMediaPlayer.release();
mMediaPlayer = null;
}
}