We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad081e7 + 79020e4 commit ebcb25bCopy full SHA for ebcb25b
iterableapi/src/main/java/com/iterable/iterableapi/IterableUtil.java
@@ -285,7 +285,7 @@ static boolean isUrlOpenAllowed(@NonNull String url) {
285
return true;
286
}
287
288
- for (String allowedProtocol : IterableApi.getInstance().config.allowedProtocols) {
+ for (String allowedProtocol : IterableApi.sharedInstance.config.allowedProtocols) {
289
if (urlProtocol.equals(allowedProtocol)) {
290
291
0 commit comments