51 lines
1.9 KiB
Java
51 lines
1.9 KiB
Java
|
package o;
|
||
|
|
||
|
import androidx.core.app.ActivityCompat;
|
||
|
import com.scb.phone.view.activity.cardmanagement.deejungtransfer.DeejungTransferInstallmentsConfirmationActivity;
|
||
|
import java.lang.ref.WeakReference;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* renamed from: o.dwq, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes4.dex */
|
||
|
public final class C10126dwq implements InterfaceC15579guf {
|
||
|
private final boolean b;
|
||
|
private final WeakReference<DeejungTransferInstallmentsConfirmationActivity> c;
|
||
|
private final GQ e;
|
||
|
|
||
|
public C10126dwq(DeejungTransferInstallmentsConfirmationActivity deejungTransferInstallmentsConfirmationActivity, GQ gq, boolean z) {
|
||
|
C14957gcv.e(deejungTransferInstallmentsConfirmationActivity, "");
|
||
|
C14957gcv.e(gq, "");
|
||
|
this.e = gq;
|
||
|
this.b = false;
|
||
|
this.c = new WeakReference<>(deejungTransferInstallmentsConfirmationActivity);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15577gud
|
||
|
public final void c() {
|
||
|
String[] strArr;
|
||
|
DeejungTransferInstallmentsConfirmationActivity deejungTransferInstallmentsConfirmationActivity = this.c.get();
|
||
|
if (deejungTransferInstallmentsConfirmationActivity == null) {
|
||
|
return;
|
||
|
}
|
||
|
strArr = C10121dwl.a;
|
||
|
ActivityCompat.lM_(deejungTransferInstallmentsConfirmationActivity, strArr, 27);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15577gud
|
||
|
public final void e() {
|
||
|
if (this.c.get() == null) {
|
||
|
return;
|
||
|
}
|
||
|
DeejungTransferInstallmentsConfirmationActivity.g();
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15579guf
|
||
|
public final void a() {
|
||
|
DeejungTransferInstallmentsConfirmationActivity deejungTransferInstallmentsConfirmationActivity = this.c.get();
|
||
|
if (deejungTransferInstallmentsConfirmationActivity == null) {
|
||
|
return;
|
||
|
}
|
||
|
deejungTransferInstallmentsConfirmationActivity.b(this.e, this.b);
|
||
|
}
|
||
|
}
|