46 lines
1.4 KiB
Java
46 lines
1.4 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.fzc, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class C14777fzc implements InterfaceC15579guf {
|
||
|
private final boolean a;
|
||
|
private final WeakReference<RemittanceSuccessFragment> b;
|
||
|
private final C1114Vy c;
|
||
|
|
||
|
@Override // o.InterfaceC15577gud
|
||
|
public final void e() {
|
||
|
}
|
||
|
|
||
|
public C14777fzc(RemittanceSuccessFragment remittanceSuccessFragment, C1114Vy c1114Vy, boolean z) {
|
||
|
C14957gcv.e(remittanceSuccessFragment, "");
|
||
|
C14957gcv.e(c1114Vy, "");
|
||
|
this.c = c1114Vy;
|
||
|
this.a = z;
|
||
|
this.b = new WeakReference<>(remittanceSuccessFragment);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15577gud
|
||
|
public final void c() {
|
||
|
String[] strArr;
|
||
|
RemittanceSuccessFragment remittanceSuccessFragment = this.b.get();
|
||
|
if (remittanceSuccessFragment == null) {
|
||
|
return;
|
||
|
}
|
||
|
strArr = C14775fza.i;
|
||
|
remittanceSuccessFragment.requestPermissions(strArr, 110);
|
||
|
}
|
||
|
|
||
|
@Override // o.InterfaceC15579guf
|
||
|
public final void a() {
|
||
|
RemittanceSuccessFragment remittanceSuccessFragment = this.b.get();
|
||
|
if (remittanceSuccessFragment == null) {
|
||
|
return;
|
||
|
}
|
||
|
remittanceSuccessFragment.c(this.c, this.a);
|
||
|
}
|
||
|
}
|