Skip to content

Commit f7dd5de

Browse files
committed
Fix an issue when proxy doesn't start from Quick Tile
1 parent 4da1a07 commit f7dd5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/ru/krlvm/powertunnel/android/managers/PTManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public static void startTunnel(Context context) {
165165
if(isVPN(context)) {
166166
startVpn(context);
167167
} else {
168-
stopProxyService(context);
168+
startProxyService(context);
169169
}
170170
}
171171

0 commit comments

Comments
 (0)