discord-jadx/app/src/main/java/com/discord/widgets/channels/invite/GroupInviteFriendsSheet$onV...

21 lines
814 B
Java

package com.discord.widgets.channels.invite;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: GroupInviteFriendsSheet.kt */
public final class GroupInviteFriendsSheet$onViewCreated$3 extends o implements Function1<Object, Unit> {
public final /* synthetic */ GroupInviteFriendsSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public GroupInviteFriendsSheet$onViewCreated$3(GroupInviteFriendsSheet groupInviteFriendsSheet) {
super(1);
this.this$0 = groupInviteFriendsSheet;
}
@Override // kotlin.jvm.functions.Function1
public final void invoke(Object obj) {
GroupInviteFriendsSheet.access$getViewModel$p(this.this$0).onSearchTextChanged(String.valueOf(obj));
}
}