57 lines
1.4 KiB
Java
57 lines
1.4 KiB
Java
|
package com.scb.phone.view.adapter.easycash.viewholder;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.RadioButton;
|
||
|
import android.widget.RadioGroup;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
import butterknife.BindView;
|
||
|
import butterknife.ButterKnife;
|
||
|
import com.scb.phone.R;
|
||
|
import java.util.List;
|
||
|
import o.C12209etr;
|
||
|
import o.C14957gcv;
|
||
|
import o.KA;
|
||
|
import o.KE;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class BusinessAndMaritalInfoRadioChoiceViewHolder extends RecyclerView.zJl {
|
||
|
|
||
|
@BindView
|
||
|
public View paddingBottom;
|
||
|
|
||
|
@BindView
|
||
|
public RadioGroup radioGroup;
|
||
|
|
||
|
@BindView
|
||
|
public RadioButton rbFirst;
|
||
|
|
||
|
@BindView
|
||
|
public RadioButton rbSecond;
|
||
|
|
||
|
@BindView
|
||
|
public TextView tvTitle;
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public BusinessAndMaritalInfoRadioChoiceViewHolder(View view) {
|
||
|
super(view);
|
||
|
C14957gcv.e(view, "");
|
||
|
ButterKnife.c(this, view);
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ void e(List list, KE ke, C12209etr.LWm lWm, int i) {
|
||
|
String str;
|
||
|
C14957gcv.e(list, "");
|
||
|
C14957gcv.e(ke, "");
|
||
|
C14957gcv.e(lWm, "");
|
||
|
if (i != R.id.rb_first) {
|
||
|
str = i != R.id.rb_second ? "" : ((KA) list.get(1)).a;
|
||
|
} else {
|
||
|
str = ((KA) list.get(0)).a;
|
||
|
}
|
||
|
C14957gcv.e(str, "");
|
||
|
ke.c = str;
|
||
|
lWm.d(str);
|
||
|
}
|
||
|
}
|