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

Commit 04ecd755 authored by Evan Rosky's avatar Evan Rosky Committed by android-build-merger
Browse files

Merge "Make part of KeyguardSecurityContainer protected" into nyc-dev am: 0418ea7a

am: bbdc4961

* commit 'bbdc4961':
  Make part of KeyguardSecurityContainer protected

Change-Id: I7238d82c6134b57c4b7986997f90105bcd8e2b1a
parents f545e52e bbdc4961
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;