discord-jadx/app/src/main/java/com/discord/stores/StoreApplicationCommands$re...

26 lines
1.2 KiB
Java

package com.discord.stores;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Ref$IntRef;
/* compiled from: StoreApplicationCommands.kt */
public final class StoreApplicationCommands$requestInitialApplicationCommands$$inlined$let$lambda$1 extends o implements Function0<Unit> {
public final /* synthetic */ Ref$IntRef $offset$inlined;
public final /* synthetic */ StoreApplicationCommands this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreApplicationCommands$requestInitialApplicationCommands$$inlined$let$lambda$1(StoreApplicationCommands storeApplicationCommands, Ref$IntRef ref$IntRef) {
super(0);
this.this$0 = storeApplicationCommands;
this.$offset$inlined = ref$IntRef;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreApplicationCommands storeApplicationCommands = this.this$0;
StoreApplicationCommands.access$handleDiscoverCommandsUpdate(storeApplicationCommands, StoreApplicationCommands.access$getBuiltInCommandsProvider$p(storeApplicationCommands).getBuiltInCommands());
}
}