Avoid NPE on ScrollCaptureConnection callbacks
State is checked at the front half of some calls, but is dispatched onto the UI thread. If the connection is closed in this time, the queued call will NPE when the field it uses is cleared. This adds a simple null check in two places, and test for both. Bug: 232375183 Test: atest ScrollCaptureConnectionTest Change-Id: Ida7fbf0a21c206db8d774dc247b6ab5257dacabe
Loading
Please register or sign in to comment