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

Commit 5fa02eab authored by LuK1337's avatar LuK1337
Browse files

FODCircleView: Let us call show() when mIsBouncer() && !isPinOrPattern()

* Fixes missing fod circle when direct unlock is enabled.

Change-Id: Ib4f8d97a50685cfc9e3a24c243352c7b1af736d0
parent c2be1391
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -324,8 +324,8 @@ public class FODCircleView extends ImageView {
            return;
        }

        if (mIsBouncer) {
            // Ignore show calls when Keyguard pin screen is being shown
        if (mIsBouncer && !isPinOrPattern(mUpdateMonitor.getCurrentUser())) {
            // Ignore show calls when Keyguard password screen is being shown
            return;
        }