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

Commit 8c08fc27 authored by Chris Craik's avatar Chris Craik Committed by Android Git Automerger
Browse files

am f918444f: am 6fbd4829: Merge "Work around nested SaveLayerAlpha bug" into klp-dev

* commit 'f918444f':
  Work around nested SaveLayerAlpha bug
parents 66e47c5f f918444f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -177,6 +177,7 @@ class KeyguardMessageArea extends TextView {


    public KeyguardMessageArea(Context context, AttributeSet attrs) {
    public KeyguardMessageArea(Context context, AttributeSet attrs) {
        super(context, attrs);
        super(context, attrs);
        setLayerType(LAYER_TYPE_HARDWARE, null); // work around nested unclipped SaveLayer bug


        mLockPatternUtils = new LockPatternUtils(context);
        mLockPatternUtils = new LockPatternUtils(context);