37 lines
1.2 KiB
Java
37 lines
1.2 KiB
Java
package o;
|
|
|
|
import androidx.core.app.ActivityCompat;
|
|
import com.scb.phone.view.activity.facialrecognition.BotCommonLivenessCheckActivity;
|
|
import java.lang.ref.WeakReference;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* loaded from: classes4.dex */
|
|
public final class dMM implements InterfaceC15577gud {
|
|
private final WeakReference<BotCommonLivenessCheckActivity> d;
|
|
|
|
public dMM(BotCommonLivenessCheckActivity botCommonLivenessCheckActivity) {
|
|
C14957gcv.e(botCommonLivenessCheckActivity, "");
|
|
this.d = new WeakReference<>(botCommonLivenessCheckActivity);
|
|
}
|
|
|
|
@Override // o.InterfaceC15577gud
|
|
public final void c() {
|
|
String[] strArr;
|
|
BotCommonLivenessCheckActivity botCommonLivenessCheckActivity = this.d.get();
|
|
if (botCommonLivenessCheckActivity == null) {
|
|
return;
|
|
}
|
|
strArr = dMO.b;
|
|
ActivityCompat.lM_(botCommonLivenessCheckActivity, strArr, 14);
|
|
}
|
|
|
|
@Override // o.InterfaceC15577gud
|
|
public final void e() {
|
|
BotCommonLivenessCheckActivity botCommonLivenessCheckActivity = this.d.get();
|
|
if (botCommonLivenessCheckActivity == null) {
|
|
return;
|
|
}
|
|
botCommonLivenessCheckActivity.s();
|
|
}
|
|
}
|