discord-jadx/app/src/main/java/com/discord/widgets/chat/input/gifpicker/WidgetGifPickerSheet$onView...

26 lines
972 B
Java

package com.discord.widgets.chat.input.gifpicker;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGifPickerSheet.kt */
public final class WidgetGifPickerSheet$onViewCreated$1 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetGifPickerSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGifPickerSheet$onViewCreated$1(WidgetGifPickerSheet widgetGifPickerSheet) {
super(0);
this.this$0 = widgetGifPickerSheet;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
Function0 access$getOnGifSelected$p = WidgetGifPickerSheet.access$getOnGifSelected$p(this.this$0);
if (access$getOnGifSelected$p != null) {
Unit unit = (Unit) access$getOnGifSelected$p.mo1invoke();
}
this.this$0.dismiss();
}
}