fix: proxy load
This commit is contained in:
parent
97024d9ce3
commit
066bc64497
@ -427,6 +427,8 @@ SharedPreferences mainPreferences;
|
||||
|
||||
Utilities.stageQueue.postRunnable(() -> {
|
||||
|
||||
SharedConfig.loadProxyList();
|
||||
|
||||
if (SharedConfig.proxyEnabled && SharedConfig.currentProxy != null) {
|
||||
if (SharedConfig.currentProxy instanceof SharedConfig.ExternalSocks5Proxy) {
|
||||
((SharedConfig.ExternalSocks5Proxy) SharedConfig.currentProxy).start();
|
||||
|
Loading…
Reference in New Issue
Block a user