package com.discord.widgets.chat.input.sticker; import android.view.View; import d0.z.d.m; /* compiled from: View.kt */ public final class WidgetStickerPicker$scrollToTop$$inlined$doOnLayout$1 implements View.OnLayoutChangeListener { public final /* synthetic */ WidgetStickerPicker this$0; public WidgetStickerPicker$scrollToTop$$inlined$doOnLayout$1(WidgetStickerPicker widgetStickerPicker) { this.this$0 = widgetStickerPicker; } @Override // android.view.View.OnLayoutChangeListener public void onLayoutChange(View view, int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8) { m.checkParameterIsNotNull(view, "view"); view.removeOnLayoutChangeListener(this); WidgetStickerPicker.access$getBinding$p(this.this$0).k.scrollToPosition(0); } }