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

24 lines
1.0 KiB
Java

package com.discord.widgets.chat.input.sticker;
import android.view.View;
import androidx.fragment.app.FragmentManager;
import com.discord.utilities.analytics.Traits;
import com.discord.widgets.stickers.StickerPremiumUpsellDialog;
import d0.z.d.m;
/* compiled from: WidgetStickerPicker.kt */
public final class WidgetStickerPicker$onViewBound$2 implements View.OnClickListener {
public final /* synthetic */ WidgetStickerPicker this$0;
public WidgetStickerPicker$onViewBound$2(WidgetStickerPicker widgetStickerPicker) {
this.this$0 = widgetStickerPicker;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
StickerPremiumUpsellDialog.Companion companion = StickerPremiumUpsellDialog.Companion;
FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager();
m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager");
companion.show(parentFragmentManager, new Traits.Location(null, "Expression Picker", null, null, null, 29, null));
}
}