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

63 lines
2.1 KiB
Java

package o;
import android.widget.CompoundButton;
/* renamed from: o.etM, reason: case insensitive filesystem */
/* loaded from: classes5.dex */
public final class C12178etM extends C12181etP {
private boolean c;
private final Jpx e;
/* 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 C12178etM(o.Jpx r4) {
/*
r3 = this;
java.lang.String r0 = ""
o.C14957gcv.e(r4, r0)
com.scb.phone.view.custom.easycash.CustomEasyCashSectionLabel r1 = r4.c
o.C14957gcv.c(r1, r0)
android.widget.LinearLayout r2 = r4.d
o.C14957gcv.c(r2, r0)
android.view.View r2 = (android.view.View) r2
r3.<init>(r1, r2)
r3.e = r4
r4 = 1
r3.c = r4
return
*/
throw new UnsupportedOperationException("Method not decompiled: o.C12178etM.<init>(o.Jpx):void");
}
public final void c(KS ks, final InterfaceC14894gbR<? super Boolean, C14866gag> interfaceC14894gbR) {
C14957gcv.e(ks, "");
C14957gcv.e(interfaceC14894gbR, "");
super.c(ks);
Jpx jpx = this.e;
jpx.b.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(interfaceC14894gbR) { // from class: o.etL
private InterfaceC14894gbR d;
@Override // android.widget.CompoundButton.OnCheckedChangeListener
public final void onCheckedChanged(CompoundButton compoundButton, boolean z) {
C12178etM.b(this.d, z);
}
{
this.d = interfaceC14894gbR;
}
});
if (this.c) {
jpx.b.setChecked(true);
this.c = false;
}
}
public static /* synthetic */ void b(InterfaceC14894gbR interfaceC14894gbR, boolean z) {
C14957gcv.e(interfaceC14894gbR, "");
interfaceC14894gbR.invoke(Boolean.valueOf(z));
}
}