discord-jadx/app/src/main/java/com/discord/widgets/settings/account/WidgetSettingsAccountUserna...

31 lines
1.2 KiB
Java

package com.discord.widgets.settings.account;
import android.widget.TextView;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetSettingsAccountUsernameEdit.kt */
/* loaded from: classes2.dex */
public final class WidgetSettingsAccountUsernameEdit$onViewBound$2 extends o implements Function1<TextView, Unit> {
public final /* synthetic */ WidgetSettingsAccountUsernameEdit this$0;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public WidgetSettingsAccountUsernameEdit$onViewBound$2(WidgetSettingsAccountUsernameEdit widgetSettingsAccountUsernameEdit) {
super(1);
this.this$0 = widgetSettingsAccountUsernameEdit;
}
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(TextView textView) {
invoke2(textView);
return Unit.a;
}
/* renamed from: invoke reason: avoid collision after fix types in other method */
public final void invoke2(TextView textView) {
m.checkNotNullParameter(textView, "it");
WidgetSettingsAccountUsernameEdit.access$showPasswordVerification(this.this$0);
}
}