Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
fix(android): error can't find symbol Notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Justkant authored and tanguyantoine committed Jul 9, 2019
1 parent 4b58c55 commit b572320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public void init() {
createChannel(context);
}
nb = new NotificationCompat.Builder(context, CHANNEL_ID);
nb.setVisibility(Notification.VISIBILITY_PUBLIC);
nb.setVisibility(NotificationCompat.VISIBILITY_PUBLIC);

updateNotificationMediaStyle();

Expand Down

0 comments on commit b572320

Please sign in to comment.