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.DeejungInstallmentsConfirmationActivity;
|
|
import java.lang.ref.WeakReference;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* renamed from: o.dvl, reason: case insensitive filesystem */
|
|
/* loaded from: classes4.dex */
|
|
public final class C10068dvl implements InterfaceC15579guf {
|
|
private final C0432Gk b;
|
|
private final boolean c;
|
|
private final WeakReference<DeejungInstallmentsConfirmationActivity> e;
|
|
|
|
public C10068dvl(DeejungInstallmentsConfirmationActivity deejungInstallmentsConfirmationActivity, C0432Gk c0432Gk, boolean z) {
|
|
C14957gcv.e(deejungInstallmentsConfirmationActivity, "");
|
|
C14957gcv.e(c0432Gk, "");
|
|
this.b = c0432Gk;
|
|
this.c = false;
|
|
this.e = new WeakReference<>(deejungInstallmentsConfirmationActivity);
|
|
}
|
|
|
|
@Override // o.InterfaceC15577gud
|
|
public final void c() {
|
|
String[] strArr;
|
|
DeejungInstallmentsConfirmationActivity deejungInstallmentsConfirmationActivity = this.e.get();
|
|
if (deejungInstallmentsConfirmationActivity == null) {
|
|
return;
|
|
}
|
|
strArr = C10066dvj.c;
|
|
ActivityCompat.lM_(deejungInstallmentsConfirmationActivity, strArr, 25);
|
|
}
|
|
|
|
@Override // o.InterfaceC15577gud
|
|
public final void e() {
|
|
if (this.e.get() == null) {
|
|
return;
|
|
}
|
|
DeejungInstallmentsConfirmationActivity.b(new Object[0], -1471838889, 1471838892, (int) System.currentTimeMillis());
|
|
}
|
|
|
|
@Override // o.InterfaceC15579guf
|
|
public final void a() {
|
|
DeejungInstallmentsConfirmationActivity deejungInstallmentsConfirmationActivity = this.e.get();
|
|
if (deejungInstallmentsConfirmationActivity == null) {
|
|
return;
|
|
}
|
|
deejungInstallmentsConfirmationActivity.c(this.b, this.c);
|
|
}
|
|
}
|