src/main/java/eu/siacs/conversations/services/XmppConnectionService.java 🔗
@@ -1448,6 +1448,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;