mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Fix NPE crash when using MockProperties" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
e6866f3f32
@@ -166,5 +166,10 @@ public class SurfaceTransaction {
|
||||
this.shadowRadius = radius;
|
||||
return this;
|
||||
}
|
||||
|
||||
@Override
|
||||
public SurfaceProperties setShow() {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user