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

Commit eff74b48 authored by Evan Rosky's avatar Evan Rosky
Browse files

Make part of KeyguardSecurityContainer protected

In order to apply different styling to security methods,
we need getLayoutIdFor() to be protected instead of private.

Change-Id: Icc92240eec763c910ef334c22ff4b92fcdd83fe8
parent 2d92afbe
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;