Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into atavism/remove-datadog
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 9, 2023
2 parents 509a31e + 3fd7183 commit 10e40fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class NotificationHelper(
notificationChannel.enableLights(true)
notificationChannel.lightColor = Color.GREEN
notificationChannel.enableVibration(false)
notificationChannel.setSound(null, null)
manager.createNotificationChannel(notificationChannel)
}

Expand Down Expand Up @@ -92,7 +93,7 @@ class NotificationHelper(
private const val LANTERN_NOTIFICATION = "lantern.notification"
private const val DATA_USAGE = 36
const val VPN_CONNECTED = 37
private const val CHANNEL_VPN = "vpn"
private const val CHANNEL_VPN = "lantern_vpn"
private const val CHANNEL_DATA_USAGE = "data_usage"
private const val VPN_DESC = "VPN"
private const val DATA_USAGE_DESC = "Data Usage"
Expand Down

0 comments on commit 10e40fb

Please sign in to comment.