commit | 185e9c2562568f9b2e0fb70fad6926b30e60b968 | [log] [tgz] |
---|---|---|
author | Kent Persson <kent.persson@sonymobile.com> | Wed Dec 10 16:40:13 2014 +0100 |
committer | Zoran Jovanovic <zoran.jovanovic@sonymobile.com> | Tue Feb 23 10:36:59 2016 +0100 |
tree | 64d83d7a7c05428086ab4626e887a57750feee39 | |
parent | 7416762be023e31b86bc71210c963d43522dedc5 [diff] |
Fix NPE in BaseStatusbar in onListenerConnected If NotificationListenerService is not bound the getActiveNotifications function will return null. This will result in a Nullpointer exception in BaseStatusbar onListenerConnected if it is called. A Nullpointer check was added in onListenerConnected to avoid this Nullpointer exception. Change-Id: I0aec040f11101e8f7b5863879b3774dc2bb6ce2b