discord-jadx/app/src/main/java/com/discord/widgets/chat/input/sticker/WidgetStickerPicker$initial...

26 lines
992 B
Java

package com.discord.widgets.chat.input.sticker;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetStickerPicker.kt */
public final class WidgetStickerPicker$initializeSearchBar$1 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetStickerPicker this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetStickerPicker$initializeSearchBar$1(WidgetStickerPicker widgetStickerPicker) {
super(0);
this.this$0 = widgetStickerPicker;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
if (WidgetStickerPicker.access$getStickerPickerMode$p(this.this$0) == StickerPickerMode.INLINE) {
WidgetStickerPicker.access$launchBottomSheet(this.this$0);
} else {
WidgetStickerPicker.access$getBinding$p(this.this$0).r.setText("");
}
}
}