71 lines
2.4 KiB
Java
71 lines
2.4 KiB
Java
|
package o;
|
||
|
|
||
|
import com.scb.phone.view.custom.easycash.CustomAccountSelector;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.eub, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class C12246eub extends AbstractC12250euf {
|
||
|
private final C3377awR d;
|
||
|
|
||
|
/* JADX WARN: Illegal instructions before constructor call */
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
public C12246eub(o.C3377awR r4) {
|
||
|
/*
|
||
|
r3 = this;
|
||
|
java.lang.String r0 = ""
|
||
|
o.C14957gcv.e(r4, r0)
|
||
|
com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel r1 = r4.g
|
||
|
o.C14957gcv.c(r1, r0)
|
||
|
android.widget.LinearLayout r2 = r4.e
|
||
|
o.C14957gcv.c(r2, r0)
|
||
|
android.view.View r2 = (android.view.View) r2
|
||
|
r3.<init>(r1, r2)
|
||
|
r3.d = r4
|
||
|
return
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: o.C12246eub.<init>(o.awR):void");
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public final void d(final List<? extends WW> list, final InterfaceC14894gbR<? super WW, C14866gag> interfaceC14894gbR) {
|
||
|
C14957gcv.e(list, "");
|
||
|
C14957gcv.e(interfaceC14894gbR, "");
|
||
|
C3377awR c3377awR = this.d;
|
||
|
c3377awR.c.setVisibility(0);
|
||
|
if (d()) {
|
||
|
c3377awR.c.d(list, new CustomAccountSelector.Sts(interfaceC14894gbR, list) { // from class: o.eud
|
||
|
private List d;
|
||
|
private InterfaceC14894gbR e;
|
||
|
|
||
|
@Override // com.scb.phone.view.custom.easycash.CustomAccountSelector.Sts
|
||
|
public final void e(int i) {
|
||
|
C12246eub.a(this.e, this.d, i);
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.e = interfaceC14894gbR;
|
||
|
this.d = list;
|
||
|
}
|
||
|
});
|
||
|
interfaceC14894gbR.invoke(C14881gav.e((List) list));
|
||
|
c3377awR.b.setChecked(true);
|
||
|
a();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ void a(InterfaceC14894gbR interfaceC14894gbR, List list, int i) {
|
||
|
C14957gcv.e(interfaceC14894gbR, "");
|
||
|
C14957gcv.e(list, "");
|
||
|
interfaceC14894gbR.invoke(list.get(i));
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public final C3377awR c() {
|
||
|
return this.d;
|
||
|
}
|
||
|
}
|