37 lines
1.2 KiB
Java
37 lines
1.2 KiB
Java
package o;
|
|
|
|
import com.scb.phone.view.fragment.profilemanagement.ProfileManagementFragment;
|
|
import java.lang.ref.WeakReference;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* renamed from: o.fuK, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
public final class C14494fuK implements InterfaceC15577gud {
|
|
private final WeakReference<ProfileManagementFragment> c;
|
|
|
|
public C14494fuK(ProfileManagementFragment profileManagementFragment) {
|
|
C14957gcv.e(profileManagementFragment, "");
|
|
this.c = new WeakReference<>(profileManagementFragment);
|
|
}
|
|
|
|
@Override // o.InterfaceC15577gud
|
|
public final void c() {
|
|
String[] strArr;
|
|
ProfileManagementFragment profileManagementFragment = this.c.get();
|
|
if (profileManagementFragment == null) {
|
|
return;
|
|
}
|
|
strArr = C14496fuM.b;
|
|
profileManagementFragment.requestPermissions(strArr, 98);
|
|
}
|
|
|
|
@Override // o.InterfaceC15577gud
|
|
public final void e() {
|
|
ProfileManagementFragment profileManagementFragment = this.c.get();
|
|
if (profileManagementFragment == null) {
|
|
return;
|
|
}
|
|
profileManagementFragment.N();
|
|
}
|
|
}
|