54 lines
2.0 KiB
Java
54 lines
2.0 KiB
Java
|
package o;
|
||
|
|
||
|
import androidx.core.app.ActivityCompat;
|
||
|
import com.scb.phone.view.activity.cardmanagement.deejungtransfer.DeejungTransferMinFullConfirmationActivity;
|
||
|
import java.lang.ref.WeakReference;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* renamed from: o.dwG, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes4.dex */
|
||
|
public final class C10090dwG implements InterfaceC15579guf {
|
||
|
private final boolean a;
|
||
|
private final GO c;
|
||
|
private final WeakReference<DeejungTransferMinFullConfirmationActivity> e;
|
||
|
|
||
|
public C10090dwG(DeejungTransferMinFullConfirmationActivity deejungTransferMinFullConfirmationActivity, GO go, boolean z) {
|
||
|
C14957gcv.e(deejungTransferMinFullConfirmationActivity, "");
|
||
|
C14957gcv.e(go, "");
|
||
|
this.c = go;
|
||
|
this.a = false;
|
||
|
this.e = new WeakReference<>(deejungTransferMinFullConfirmationActivity);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15577gud
|
||
|
public final void c() {
|
||
|
String[] strArr;
|
||
|
DeejungTransferMinFullConfirmationActivity deejungTransferMinFullConfirmationActivity = this.e.get();
|
||
|
if (deejungTransferMinFullConfirmationActivity == null) {
|
||
|
return;
|
||
|
}
|
||
|
strArr = C10087dwD.c;
|
||
|
ActivityCompat.lM_(deejungTransferMinFullConfirmationActivity, strArr, 30);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15577gud
|
||
|
public final void e() {
|
||
|
if (this.e.get() == null) {
|
||
|
return;
|
||
|
}
|
||
|
DeejungTransferMinFullConfirmationActivity.c(new Object[0], 62551318, -62551315, (int) System.currentTimeMillis());
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15579guf
|
||
|
public final void a() {
|
||
|
DeejungTransferMinFullConfirmationActivity deejungTransferMinFullConfirmationActivity = this.e.get();
|
||
|
if (deejungTransferMinFullConfirmationActivity == null) {
|
||
|
return;
|
||
|
}
|
||
|
GO go = this.c;
|
||
|
boolean z = this.a;
|
||
|
C14957gcv.e(go, "");
|
||
|
deejungTransferMinFullConfirmationActivity.c(go, z);
|
||
|
}
|
||
|
}
|