discord-jadx/app/src/main/java/com/discord/stores/StoreDynamicLink$sam$com_go...

21 lines
723 B
Java

package com.discord.stores;
import androidx.annotation.NonNull;
import c.i.a.f.n.d;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreDynamicLink.kt */
public final class StoreDynamicLink$sam$com_google_android_gms_tasks_OnFailureListener$0 implements d {
private final /* synthetic */ Function1 function;
public StoreDynamicLink$sam$com_google_android_gms_tasks_OnFailureListener$0(Function1 function1) {
this.function = function1;
}
@Override // c.i.a.f.n.d
public final /* synthetic */ void onFailure(@NonNull Exception exc) {
m.checkNotNullParameter(exc, "p0");
m.checkNotNullExpressionValue(this.function.invoke(exc), "invoke(...)");
}
}