Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
🐛 Issue #1655: App opens on clearing notification (Android)
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Apr 7, 2017
1 parent d669c44 commit ff41792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/com/adobe/phonegap/push/GCMIntentService.java
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public void createNotification(Context context, Bundle extras) {
.setContentTitle(fromHtml(extras.getString(TITLE)))
.setTicker(fromHtml(extras.getString(TITLE)))
.setContentIntent(contentIntent)
.setDeleteIntent(deleteIntent)
//.setDeleteIntent(deleteIntent)
.setAutoCancel(true);

SharedPreferences prefs = context.getSharedPreferences(PushPlugin.COM_ADOBE_PHONEGAP_PUSH, Context.MODE_PRIVATE);
Expand Down

0 comments on commit ff41792

Please sign in to comment.