OSDN Git Service

Handle NPE when the notification shade is opened via click on button.
authorPriyank Singh <priyanksingh@google.com>
Mon, 22 Apr 2019 17:41:58 +0000 (10:41 -0700)
committerPriyank Singh <priyanksingh@google.com>
Mon, 22 Apr 2019 18:43:11 +0000 (11:43 -0700)
commitf39128645618f167e35398e556984f68a41388d2
tree6dbc24f5bed9bb5f1a90deb3a33a140e967c5b6c
parent5c5e22e9108646527f8ce40881d739619b4860c5
Handle NPE when the notification shade is opened via click on button.

At this time the onScroll events will not be triggered initially and hence the clip bounds are null.

Bug: 130168660
Test: Manual
Change-Id: If9fef608c65589440183565f4828065a15b19fdc
packages/CarSystemUI/src/com/android/systemui/statusbar/car/CarStatusBar.java