discord-jadx/app/src/main/java/com/discord/widgets/bugreports/BugReportViewModel$prefetch...

28 lines
1.0 KiB
Java

package com.discord.widgets.bugreports;
import com.discord.utilities.file.DownloadUtils;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: BugReportViewModel.kt */
public final class BugReportViewModel$prefetchStickers$2 extends o implements Function1<DownloadUtils.DownloadState, Unit> {
public static final BugReportViewModel$prefetchStickers$2 INSTANCE = new BugReportViewModel$prefetchStickers$2();
public BugReportViewModel$prefetchStickers$2() {
super(1);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(DownloadUtils.DownloadState downloadState) {
invoke(downloadState);
return Unit.a;
}
public final void invoke(DownloadUtils.DownloadState downloadState) {
m.checkNotNullParameter(downloadState, "it");
}
}