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

25 lines
945 B
Java

package com.discord.stores;
import c0.t.n;
import c0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreApplicationCommands.kt */
public final class StoreApplicationCommands$requestFrecencyCommands$1 extends o implements Function0<Unit> {
public final /* synthetic */ String $nonce;
public final /* synthetic */ StoreApplicationCommands this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreApplicationCommands$requestFrecencyCommands$1(StoreApplicationCommands storeApplicationCommands, String str) {
super(0);
this.this$0 = storeApplicationCommands;
this.$nonce = str;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo17invoke() {
StoreApplicationCommands.access$handleFrecencyCommandsUpdate(this.this$0, this.$nonce, n.emptyList());
}
}