commit | 5f2bce3e2034922cb5fc93acdb3ecd5c78a31106 | [log] [tgz] |
---|---|---|
author | Nick Chameyev <nickchameyev@google.com> | Tue Sep 27 09:39:24 2022 +0000 |
committer | Nick Chameyev <nickchameyev@google.com> | Tue Sep 27 09:39:33 2022 +0000 |
tree | 469b4530a6cc080b1bf4367155ca6f98ec4c126f | |
parent | f201b1bc4db5387735704d7760e2e026219d212b [diff] |
Make bitmap nullable in ViewCapture Fixes local compilation in SysUI studio. The callback interface has @NullableDecl annotation that Kotlin compiler treats as Kotlin nullable. Not sure why it compiles successfully in soong though (different compiler version?). Bug: 236188940 Change-Id: Ia8cf1dd25c3ea6a162ad3dddd58b4bf4c0f889a9 Test: build from sysui studio