Skip to content

Commit

Permalink
Fix incorrect loading of socks proxy (closes #1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed Sep 4, 2019
1 parent b49591c commit 08c208e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ public void onBindViewHolder(final ConnectionsAdapter.ConnectionsHolder cH, int
cH.mProxyGroup.check(R.id.proxy_http);
break;
case SOCKS5:
cH.mProxyGroup.check(R.id.proxy_http);
cH.mProxyGroup.check(R.id.proxy_socks);
break;
case ORBOT:
cH.mProxyGroup.check(R.id.proxy_orbot);
Expand Down

0 comments on commit 08c208e

Please sign in to comment.