47 lines
1.6 KiB
Java
47 lines
1.6 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.fBd, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
public final class C12584fBd implements InterfaceC15579guf {
|
|
private final SingleFormSuccessfulFragment.HBt a;
|
|
private final WeakReference<SingleFormSuccessfulFragment> e;
|
|
|
|
@Override // o.InterfaceC15577gud
|
|
public final void e() {
|
|
}
|
|
|
|
public C12584fBd(SingleFormSuccessfulFragment singleFormSuccessfulFragment, SingleFormSuccessfulFragment.HBt hBt) {
|
|
C14957gcv.e(singleFormSuccessfulFragment, "");
|
|
C14957gcv.e(hBt, "");
|
|
this.a = 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.a;
|
|
singleFormSuccessfulFragment.requestPermissions(strArr, ISO781611.CREATION_DATE_AND_TIME_TAG);
|
|
}
|
|
|
|
@Override // o.InterfaceC15579guf
|
|
public final void a() {
|
|
SingleFormSuccessfulFragment singleFormSuccessfulFragment = this.e.get();
|
|
if (singleFormSuccessfulFragment == null) {
|
|
return;
|
|
}
|
|
SingleFormSuccessfulFragment.HBt hBt = this.a;
|
|
C14957gcv.e(hBt, "");
|
|
singleFormSuccessfulFragment.e(hBt);
|
|
}
|
|
}
|