We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6f7c2 commit 8dc6952Copy full SHA for 8dc6952
ui/src/main/java/com/wireguard/android/QuickTileService.kt
@@ -66,14 +66,12 @@ class QuickTileService : TileService() {
66
}
67
68
else -> {
69
- Log.e("TAG", "click")
70
unlockAndRun {
71
applicationScope.launch {
72
try {
73
tunnel.setStateAsync(Tunnel.State.TOGGLE)
74
updateTile()
75
} catch (_: Throwable) {
76
- Log.e("TAG", "click?")
77
val intent = Intent(this@QuickTileService, TunnelToggleActivity::class.java)
78
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
79
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
0 commit comments