49 lines
1.5 KiB
Java
49 lines
1.5 KiB
Java
|
package o;
|
||
|
|
||
|
import com.scb.phone.view.fragment.remittance.RemittanceSuccessFragment;
|
||
|
import java.lang.ref.WeakReference;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* renamed from: o.fyZ, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class C14721fyZ implements InterfaceC15579guf {
|
||
|
private final WeakReference<RemittanceSuccessFragment> a;
|
||
|
private final boolean b;
|
||
|
private final C1114Vy c;
|
||
|
|
||
|
@Override // o.InterfaceC15577gud
|
||
|
public final void e() {
|
||
|
}
|
||
|
|
||
|
public C14721fyZ(RemittanceSuccessFragment remittanceSuccessFragment, C1114Vy c1114Vy, boolean z) {
|
||
|
C14957gcv.e(remittanceSuccessFragment, "");
|
||
|
C14957gcv.e(c1114Vy, "");
|
||
|
this.c = c1114Vy;
|
||
|
this.b = z;
|
||
|
this.a = new WeakReference<>(remittanceSuccessFragment);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15577gud
|
||
|
public final void c() {
|
||
|
String[] strArr;
|
||
|
RemittanceSuccessFragment remittanceSuccessFragment = this.a.get();
|
||
|
if (remittanceSuccessFragment == null) {
|
||
|
return;
|
||
|
}
|
||
|
strArr = C14775fza.f;
|
||
|
remittanceSuccessFragment.requestPermissions(strArr, 111);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15579guf
|
||
|
public final void a() {
|
||
|
RemittanceSuccessFragment remittanceSuccessFragment = this.a.get();
|
||
|
if (remittanceSuccessFragment == null) {
|
||
|
return;
|
||
|
}
|
||
|
C1114Vy c1114Vy = this.c;
|
||
|
boolean z = this.b;
|
||
|
C14957gcv.e(c1114Vy, "");
|
||
|
remittanceSuccessFragment.c(c1114Vy, z);
|
||
|
}
|
||
|
}
|