Loading src/com/android/settings/fingerprint/FingerprintLocationAnimationVideoView.java +2 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,8 @@ public class FingerprintLocationAnimationVideoView extends TextureView public void stopAnimation() { if (mMediaPlayer != null && mMediaPlayer.isPlaying()) { mMediaPlayer.stop(); mMediaPlayer.release(); mMediaPlayer = null; } } Loading Loading
src/com/android/settings/fingerprint/FingerprintLocationAnimationVideoView.java +2 −0 Original line number Diff line number Diff line Loading @@ -119,6 +119,8 @@ public class FingerprintLocationAnimationVideoView extends TextureView public void stopAnimation() { if (mMediaPlayer != null && mMediaPlayer.isPlaying()) { mMediaPlayer.stop(); mMediaPlayer.release(); mMediaPlayer = null; } } Loading