File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
android/src/main/java/com/lesimoes/androidnotificationlistener Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ public void onNotificationPosted(StatusBarNotification sbn) {
22
22
23
23
if (app == null ) app = "Unknown" ;
24
24
25
- CharSequence titleChars = notification .extras .getCharSequence (Notification .EXTRA_TITLE )
26
- CharSequence textChars = notification .extras .getCharSequence (Notification .EXTRA_TEXT )
25
+ CharSequence titleChars = notification .extras .getCharSequence (Notification .EXTRA_TITLE );
26
+ CharSequence textChars = notification .extras .getCharSequence (Notification .EXTRA_TEXT );
27
27
28
28
if (titleChars == null || textChars == null ) return ;
29
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-android-notification-listener" ,
3
3
"title" : " React Native Android Notification Listener" ,
4
- "version" : " 1.0.3 " ,
4
+ "version" : " 1.0.4 " ,
5
5
"description" : " React Native Android Notification Listener - Listen for status bar notifications from all applications" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments