Skip to content

Commit cbce13e

Browse files
Fix
1 parent 4049e15 commit cbce13e

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

sdk/Notifo.SDK/CommandQueue/TrigerPeriodically.cs

Lines changed: 0 additions & 38 deletions
This file was deleted.

sdk/Notifo.SDK/NotifoMobilePush/NotifoMobilePushImplementation.android.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ internal void OnBuildNotification(NotificationCompat.Builder notificationBuilder
7070
new NotificationCompat
7171
.BigPictureStyle()
7272
.BigPicture(bigPicture)
73-
.SetSummaryText(notification.Body)
74-
);
73+
.SetSummaryText(notification.Body));
7574
}
7675
}
7776

0 commit comments

Comments
 (0)