Skip to content

Commit

Permalink
Merge branch 'hotfix/5.197.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorvs committed Apr 26, 2024
2 parents 9050b84 + df7ccdf commit 90c0877
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/version/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=5.197.0
VERSION=5.197.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ fun NotificationManagerCompat.checkPermissionAndNotify(
notification: Notification,
) {
if (ActivityCompat.checkSelfPermission(context, POST_NOTIFICATIONS) == PERMISSION_GRANTED) {
cancel(id) // ensure previous notifications with same ID are dismissed
notify(id, notification)
}
}

0 comments on commit 90c0877

Please sign in to comment.