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

Commit fe179c52 authored by Sven Dawitz's avatar Sven Dawitz
Browse files

Minor lockscreen fix

just a one-line-fix to make sure, album art
and now-playing does not get shown again
when pushing the play button in lense mode

Change-Id: I6b98a6fea129dc4c840733bda05fc77cc586e156
parent 62d5fccd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1284,5 +1284,6 @@ class LockScreen extends LinearLayout implements KeyguardScreen, KeyguardUpdateM
        mAlbumArt.setVisibility(visibility);
        mStatus1.setVisibility(visibility);
        mStatus2.setVisibility(visibility);
        mNowPlayingScreen=(visibility == View.VISIBLE);
    }
}