1
0
mirror of https://github.com/NekoX-Dev/NekoX.git synced 2025-01-19 06:00:10 +01:00

Fix import ssr link

This commit is contained in:
世界 2021-04-13 11:06:11 +08:00
parent abb3f31b38
commit 3168b0d38f
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4

View File

@ -348,7 +348,7 @@ object ProxyUtil {
} else if (link.startsWith(SSR_PROTOCOL)) {
AndroidUtilities.showWsAlert(ctx, SharedConfig.WsProxy(link))
AndroidUtilities.showShadowsocksRAlert(ctx, SharedConfig.ShadowsocksRProxy(link))
} else if (link.startsWith(WS_PROTOCOL) || link.startsWith(WSS_PROTOCOL)) {