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

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

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

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

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

        mLockPatternUtils = new LockPatternUtils(context);