Please complete the following information for each phone and/or emulator you're experiencing this bug on:
Device: Galaxy A55
OS: Android
Describe the bug
An NullPointerException is encounter in NotificationListener:
java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String java.lang.CharSequence.toString()' on a null object reference
E/AndroidRuntime( 6843): at dk.cachet.notifications.NotificationListener.onNotificationPosted(NotificationListener.java:41)
To Reproduce
Receive an email on Gmail
Expected behavior
No error
Actual behavior
The app breaks with NPE
Screenshots
Additional information
Attempting to track notifications from a foreground service
Remember to specify the plugin name in the title!
Device / Emulator and OS
Please complete the following information for each phone and/or emulator you're experiencing this bug on:
Describe the bug
An NullPointerException is encounter in NotificationListener: java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String java.lang.CharSequence.toString()' on a null object reference E/AndroidRuntime( 6843): at dk.cachet.notifications.NotificationListener.onNotificationPosted(NotificationListener.java:41)
To Reproduce
Receive an email on Gmail
Expected behavior
No error
Actual behavior
The app breaks with NPE
Screenshots
Additional information
Attempting to track notifications from a foreground service