Skip to content

Commit

Permalink
Merge branch 'remove-tunnel-state-from-lifecycle-log-droid-991'
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed May 14, 2024
2 parents 3eab2c5 + 3f920ee commit 700d1e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class MullvadVpnService : TalpidVpnService() {

override fun onTaskRemoved(rootIntent: Intent?) {
connectionProxy.onStateChange.latestEvent.let { tunnelState ->
Log.d(TAG, "Task removed (tunnelState=$tunnelState)")
Log.d(TAG, "Task removed")
if (tunnelState is TunnelState.Disconnected) {
notificationManager.cancelNotification()
stop()
Expand Down

0 comments on commit 700d1e0

Please sign in to comment.