what-the-bank/sources/o/C10219dye.java

39 lines
1.4 KiB
Java

package o;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
/* renamed from: o.dye, reason: case insensitive filesystem */
/* loaded from: classes4.dex */
public final class C10219dye extends AbstractC10145dxI<String, C10151dxP> {
@Override // o.AbstractC10145dxI
public final /* synthetic */ void d(C10151dxP c10151dxP, String str) {
C10151dxP c10151dxP2 = c10151dxP;
String str2 = str;
C14957gcv.e(c10151dxP2, "");
C14957gcv.e(str2, "");
TextView textView = c10151dxP2.d;
if (textView != null) {
textView.setText(str2);
}
}
@Override // androidx.recyclerview.widget.RecyclerView.Sts
public final /* synthetic */ RecyclerView.zJl onCreateViewHolder(ViewGroup viewGroup, int i) {
C14957gcv.e(viewGroup, "");
C14957gcv.e(viewGroup, "");
View inflate = LayoutInflater.from(viewGroup.getContext()).inflate(com.scb.phone.R.layout.2131560051, viewGroup, false);
C14957gcv.c(inflate, "");
return new C10151dxP(inflate);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public C10219dye(InterfaceC14894gbR<? super String, C14866gag> interfaceC14894gbR) {
super(interfaceC14894gbR);
C14957gcv.e(interfaceC14894gbR, "");
}
}