discord-jadx/app/src/main/java/com/discord/stores/StoreMaskedLinks$trustDomai...

29 lines
1.1 KiB
Java

package com.discord.stores;
import com.discord.stores.StoreMaskedLinks;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreMaskedLinks.kt */
public final class StoreMaskedLinks$trustDomain$1 extends o implements Function0<Unit> {
public final /* synthetic */ String $url;
public final /* synthetic */ StoreMaskedLinks this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreMaskedLinks$trustDomain$1(StoreMaskedLinks storeMaskedLinks, String str) {
super(0);
this.this$0 = storeMaskedLinks;
this.$url = str;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
String access$getDomainName = StoreMaskedLinks.Companion.access$getDomainName(StoreMaskedLinks.access$Companion(), this.$url);
if (access$getDomainName != null) {
StoreMaskedLinks.access$getUserTrustedDomains$p(this.this$0).add(access$getDomainName);
this.this$0.markChanged();
}
}
}