Skip to content

Commit

Permalink
Merge pull request #916 from Dimon70007/patch-2
Browse files Browse the repository at this point in the history
Update SendNotificationTask.java
  • Loading branch information
Libin Lu authored Apr 23, 2018
2 parents 1d60207 + 24e8e47 commit 9d9e720
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,8 @@ protected Void doInBackground(Void... params) {
bigPicture.bigPicture(pictureResIdBitmap);
}
}
bigPicture.setBigContentTitle(title);
bigPicture.setSummaryText(body);

// setBigContentTitle and setSummaryText overrides current title with body and subtext
// that cause to display duplicated body in subtext when picture has specified
notification.setStyle(bigPicture);
}

Expand Down

0 comments on commit 9d9e720

Please sign in to comment.