Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93190118 authored by Jim Miller's avatar Jim Miller
Browse files

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

Fixes bug 26194530

Change-Id: I855b6f12a72c7489fae8fba249c55d4626b4a202
parent c1f72f91
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -119,6 +119,8 @@ public class FingerprintLocationAnimationVideoView extends TextureView
    public void stopAnimation() {
        if (mMediaPlayer != null && mMediaPlayer.isPlaying()) {
            mMediaPlayer.stop();
            mMediaPlayer.release();
            mMediaPlayer = null;
        }
    }