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

Commit c9e2b81a authored by Aaron Liu's avatar Aaron Liu Committed by Android (Google) Code Review
Browse files

Merge "Only reinflate if primary auth." into main

parents 8172fde3 46d3efc7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -163,8 +163,11 @@ public class KeyguardSecurityContainerController extends ViewController<Keyguard
            }
            mCurrentUser = KeyguardUpdateMonitor.getCurrentUser();
            showPrimarySecurityScreen(false);
            if (mCurrentSecurityMode != SecurityMode.SimPin
                    && mCurrentSecurityMode != SecurityMode.SimPuk) {
                reinflateViewFlipper((l) -> {});
            }
        }
    };

    @VisibleForTesting