Skip to content

Commit

Permalink
Merge branch 'feature/symmetric-encryption' into fix/push-back-button…
Browse files Browse the repository at this point in the history
…-background
  • Loading branch information
ben-xD committed Nov 9, 2021
2 parents 08b6e9a + 457e594 commit 15044ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class AndroidPushNotificationConfiguration {
const channel = AndroidNotificationChannel(
'high_importance_channel', // id
'High Importance Notifications', // title
description: 'This channel is used for important notifications.', // description
description:
'This channel is used for important notifications.', // description
importance: Importance.max,
);

Expand Down

0 comments on commit 15044ee

Please sign in to comment.