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

Commit 0418ea7a authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

Merge "Make part of KeyguardSecurityContainer protected" into nyc-dev

parents 7d4ed2f5 eff74b48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -464,7 +464,7 @@ public class KeyguardSecurityContainer extends FrameLayout implements KeyguardSe
        return 0;
    }

    private int getLayoutIdFor(SecurityMode securityMode) {
    protected int getLayoutIdFor(SecurityMode securityMode) {
        switch (securityMode) {
            case Pattern: return R.layout.keyguard_pattern_view;
            case PIN: return R.layout.keyguard_pin_view;