Skip to content

Commit

Permalink
Update channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 4, 2023
1 parent f4b4912 commit 3311072
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,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 3311072

Please sign in to comment.