Skip to content

Commit 9205ff3

Browse files
authored
Merge pull request #383 from Backendless/BKNDLSS-19105_update_intent_extras
BKNDLSS-19105 Obtain headers from intent in BackendlessFCMService
2 parents 12873f6 + 998ab86 commit 9205ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/backendless/push/BackendlessFCMService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ private void fallBackMode( Context context, String message, String contentTitle,
184184

185185
Intent notificationIntent = context.getPackageManager().getLaunchIntentForPackage( context.getApplicationInfo().packageName );
186186
notificationIntent.putExtras( newBundle );
187-
PendingIntent contentIntent = PendingIntent.getActivity( context, 0, notificationIntent, PendingIntent.FLAG_UPDATE_CURRENT );
187+
PendingIntent contentIntent = PendingIntent.getActivity( context, notificationId * 3, notificationIntent, 0 );
188188

189189
notificationBuilder.setContentIntent( contentIntent )
190190
.setSmallIcon( appIcon )

0 commit comments

Comments
 (0)