Merge "Fix blank animation in "find the sensor" flow for fingerprint."
This commit is contained in:
@@ -119,6 +119,8 @@ public class FingerprintLocationAnimationVideoView extends TextureView
|
||||
public void stopAnimation() {
|
||||
if (mMediaPlayer != null && mMediaPlayer.isPlaying()) {
|
||||
mMediaPlayer.stop();
|
||||
mMediaPlayer.release();
|
||||
mMediaPlayer = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user