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:
parent
abb3f31b38
commit
3168b0d38f
@ -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)) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user