discord-jadx/app/src/main/java/com/discord/widgets/user/WidgetUserMentions$Model$Me...

40 lines
1.7 KiB
Java

package com.discord.widgets.user;
import com.discord.widgets.user.WidgetUserMentions;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetUserMentions.kt */
public final class WidgetUserMentions$Model$MessageLoader$handleLoadError$1 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetUserMentions.Model.MessageLoader this$0;
/* compiled from: WidgetUserMentions.kt */
/* renamed from: com.discord.widgets.user.WidgetUserMentions$Model$MessageLoader$handleLoadError$1$1 reason: invalid class name */
public static final class AnonymousClass1 extends o implements Function1<WidgetUserMentions.Model.MessageLoader.LoadingState, WidgetUserMentions.Model.MessageLoader.LoadingState> {
public static final AnonymousClass1 INSTANCE = new AnonymousClass1();
public AnonymousClass1() {
super(1);
}
public final WidgetUserMentions.Model.MessageLoader.LoadingState invoke(WidgetUserMentions.Model.MessageLoader.LoadingState loadingState) {
m.checkNotNullParameter(loadingState, "it");
return WidgetUserMentions.Model.MessageLoader.LoadingState.copy$default(loadingState, false, false, null, 6, null);
}
}
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetUserMentions$Model$MessageLoader$handleLoadError$1(WidgetUserMentions.Model.MessageLoader messageLoader) {
super(0);
this.this$0 = messageLoader;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
this.this$0.tryLoad(AnonymousClass1.INSTANCE);
}
}