From a3186e28ce8acfe18aed8827bcd42e4a09b10b42 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Thu, 17 Jul 2014 22:10:15 -0700 Subject: More changes for more descriptive sync notifications --- src/github/daneren2005/dsub/util/Notifications.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/github/daneren2005') diff --git a/src/github/daneren2005/dsub/util/Notifications.java b/src/github/daneren2005/dsub/util/Notifications.java index fc375076..a070b37a 100644 --- a/src/github/daneren2005/dsub/util/Notifications.java +++ b/src/github/daneren2005/dsub/util/Notifications.java @@ -304,7 +304,7 @@ public final class Notifications { .setSmallIcon(R.drawable.stat_notify_sync) .setContentTitle(context.getResources().getString(stringId)) .setContentText(extra) - .setStyle(new NotificationCompat.BigTextStyle().bigText(content.replace(", ", "\n"))) + .setStyle(new NotificationCompat.BigTextStyle().bigText(extra.replace(", ", "\n"))) .setOngoing(false) .setGroup(NOTIFICATION_SYNC_GROUP) .setPriority(NotificationCompat.PRIORITY_LOW); -- cgit v1.2.3