Merge "Fix NPE crash when using MockProperties" into udc-qpr-dev

This commit is contained in:
Wei Sheng Shih
2023-08-17 06:34:03 +00:00
committed by Android (Google) Code Review

View File

@@ -166,5 +166,10 @@ public class SurfaceTransaction {
this.shadowRadius = radius;
return this;
}
@Override
public SurfaceProperties setShow() {
return this;
}
}
}