Skip to content

Commit

Permalink
Merge branch 'hotfix/5.186.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
karlenDimla committed Feb 5, 2024
2 parents f8a4616 + c172abe commit 10743f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class VpnEnabledNotificationBuilder {
VPN_FOREGROUND_SERVICE_NOTIFICATION_CHANNEL_NAME,
IMPORTANCE_LOW,
)
channel.setShowBadge(false)
channel.description = VPN_FOREGROUND_SERVICE_NOTIFICATION_CHANNEL_DESCRIPTION
val notificationManager = NotificationManagerCompat.from(context)
notificationManager.createNotificationChannel(channel)
Expand Down
2 changes: 1 addition & 1 deletion app/version/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=5.186.2
VERSION=5.186.3

0 comments on commit 10743f4

Please sign in to comment.