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:
Stefan Andonian
2022-10-03 18:40:33 +00:00
committed by Automerger Merge Worker
@@ -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;
}