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

24 lines
1.0 KiB
Java

package com.discord.widgets.chat.input.sticker;
import android.view.View;
import d0.z.d.m;
/* compiled from: View.kt */
public final class WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$lambda$1 implements View.OnLayoutChangeListener {
public final /* synthetic */ long $packId$inlined;
public final /* synthetic */ String $searchText$inlined;
public final /* synthetic */ WidgetStickerPicker this$0;
public WidgetStickerPicker$setupForInlineSearchAndScroll$$inlined$doOnLayout$lambda$1(WidgetStickerPicker widgetStickerPicker, String str, long j) {
this.this$0 = widgetStickerPicker;
this.$searchText$inlined = str;
this.$packId$inlined = j;
}
@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);
this.this$0.scrollToPack(Long.valueOf(this.$packId$inlined));
}
}