Fix ViewCapture NPE. am: b759de4769
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20075879 Change-Id: I1c44ad208cc7d36d070971ef507c735ca385cdfc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -421,7 +421,6 @@ public class ViewCapture {
|
||||
out.visibility = this.visibility;
|
||||
out.willNotDraw = this.willNotDraw;
|
||||
out.clipChildren = this.clipChildren;
|
||||
out.next = this.next;
|
||||
out.elevation = this.elevation;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user