* commit 'f918444fdd34183c2577efe05a05ad3a0cdaba27': Work around nested SaveLayerAlpha bug
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user