45 lines
1.5 KiB
Java
45 lines
1.5 KiB
Java
package o;
|
|
|
|
import com.scb.phone.view.fragment.singleform.SingleFormSuccessfulFragment;
|
|
import java.lang.ref.WeakReference;
|
|
import org.jmrtd.cbeff.ISO781611;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* renamed from: o.fBe, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
public final class C12585fBe implements InterfaceC15579guf {
|
|
private final SingleFormSuccessfulFragment.HBt c;
|
|
private final WeakReference<SingleFormSuccessfulFragment> e;
|
|
|
|
@Override // o.InterfaceC15577gud
|
|
public final void e() {
|
|
}
|
|
|
|
public C12585fBe(SingleFormSuccessfulFragment singleFormSuccessfulFragment, SingleFormSuccessfulFragment.HBt hBt) {
|
|
C14957gcv.e(singleFormSuccessfulFragment, "");
|
|
C14957gcv.e(hBt, "");
|
|
this.c = hBt;
|
|
this.e = new WeakReference<>(singleFormSuccessfulFragment);
|
|
}
|
|
|
|
@Override // o.InterfaceC15577gud
|
|
public final void c() {
|
|
String[] strArr;
|
|
SingleFormSuccessfulFragment singleFormSuccessfulFragment = this.e.get();
|
|
if (singleFormSuccessfulFragment == null) {
|
|
return;
|
|
}
|
|
strArr = C12583fBc.d;
|
|
singleFormSuccessfulFragment.requestPermissions(strArr, ISO781611.BIOMETRIC_SUBTYPE_TAG);
|
|
}
|
|
|
|
@Override // o.InterfaceC15579guf
|
|
public final void a() {
|
|
SingleFormSuccessfulFragment singleFormSuccessfulFragment = this.e.get();
|
|
if (singleFormSuccessfulFragment == null) {
|
|
return;
|
|
}
|
|
singleFormSuccessfulFragment.e(this.c);
|
|
}
|
|
}
|