Actually bother to init resolver
Upstream must have removed this... (cherry picked from commit 1646feec843010cf16a6f7d2316f59856a639cd5)
This commit is contained in:
parent
e4317cc3e4
commit
8af4ea8619
1 changed files with 1 additions and 0 deletions
|
@ -1492,6 +1492,7 @@ public class XmppConnectionService extends Service {
|
|||
} catch (Throwable throwable) {
|
||||
Log.e(Config.LOGTAG, "unable to initialize security provider", throwable);
|
||||
}
|
||||
Resolver.init(this);
|
||||
updateMemorizingTrustManager();
|
||||
final int maxMemory = (int) (Runtime.getRuntime().maxMemory() / 1024);
|
||||
final int cacheSize = maxMemory / 8;
|
||||
|
|
Loading…
Add table
Reference in a new issue