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

23 lines
896 B
Java

package com.discord.stores;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreApplicationCommands.kt */
public final class StoreApplicationCommands$clearQueryCommands$1 extends o implements Function0<Unit> {
public final /* synthetic */ StoreApplicationCommands this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreApplicationCommands$clearQueryCommands$1(StoreApplicationCommands storeApplicationCommands) {
super(0);
this.this$0 = storeApplicationCommands;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreApplicationCommands.access$getQueryCommands$p(this.this$0).clear();
this.this$0.markChanged(StoreApplicationCommands.Companion.getQueryCommandsUpdate());
}
}