mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Clean up several UX interactions with proxy entry.
This commit is contained in:
@@ -243,7 +243,9 @@ public class SignalServiceNetworkAccess {
|
||||
}
|
||||
|
||||
public SignalServiceConfiguration getConfiguration(@Nullable String localNumber) {
|
||||
if (localNumber == null) return this.uncensoredConfiguration;
|
||||
if (localNumber == null || SignalStore.proxy().isProxyEnabled()) {
|
||||
return this.uncensoredConfiguration;
|
||||
}
|
||||
|
||||
if (SignalStore.internalValues().forcedCensorship()) {
|
||||
return this.censorshipConfiguration.get(COUNTRY_CODE_QATAR);
|
||||
|
||||
Reference in New Issue
Block a user