Skip to content

Commit

Permalink
Restyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov committed May 30, 2022
1 parent 7b3f762 commit 8ca6b15
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ private void createNotificationChannel() {
channel.setDescription(description);
// Register the channel with the system; you can't change the importance
// or other notification behaviors after this
this.notificationManager =
getSystemService(activity, NotificationManager.class);
this.notificationManager = getSystemService(activity, NotificationManager.class);
notificationManager.createNotificationChannel(channel);
}
}
Expand Down

0 comments on commit 8ca6b15

Please sign in to comment.