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

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

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

* commit '8c08fc27':
  Work around nested SaveLayerAlpha bug
parents 91899773 8c08fc27
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);