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

44 lines
2.1 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$handleLoaded$1 extends o implements Function0<Unit> {
public final /* synthetic */ boolean $isAllLoaded;
public final /* synthetic */ WidgetUserMentions.Model.MessageLoader this$0;
/* compiled from: WidgetUserMentions.kt */
/* renamed from: com.discord.widgets.user.WidgetUserMentions$Model$MessageLoader$handleLoaded$1$1 reason: invalid class name */
public static final class AnonymousClass1 extends o implements Function1<WidgetUserMentions.Model.MessageLoader.LoadingState, WidgetUserMentions.Model.MessageLoader.LoadingState> {
public final /* synthetic */ WidgetUserMentions$Model$MessageLoader$handleLoaded$1 this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public AnonymousClass1(WidgetUserMentions$Model$MessageLoader$handleLoaded$1 widgetUserMentions$Model$MessageLoader$handleLoaded$1) {
super(1);
this.this$0 = widgetUserMentions$Model$MessageLoader$handleLoaded$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, this.this$0.$isAllLoaded, null, 4, null);
}
}
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetUserMentions$Model$MessageLoader$handleLoaded$1(WidgetUserMentions.Model.MessageLoader messageLoader, boolean z2) {
super(0);
this.this$0 = messageLoader;
this.$isAllLoaded = z2;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
this.this$0.tryLoad(new AnonymousClass1(this));
}
}