127 lines
3.9 KiB
Java
127 lines
3.9 KiB
Java
|
package com.scb.phone.view.fragment;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.content.ContextWrapper;
|
||
|
import android.os.Bundle;
|
||
|
import android.view.LayoutInflater;
|
||
|
import androidx.fragment.app.Fragment;
|
||
|
import o.C13055fPb;
|
||
|
import o.C13068fPo;
|
||
|
import o.C13072fPs;
|
||
|
import o.C13079fPz;
|
||
|
import o.InterfaceC10464eEy;
|
||
|
import o.VLM;
|
||
|
import o.fOV;
|
||
|
import o.fPA;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public abstract class Hilt_BaseFragment extends Fragment implements fPA {
|
||
|
private volatile C13072fPs a;
|
||
|
private boolean b;
|
||
|
private ContextWrapper e;
|
||
|
private final Object d = new Object();
|
||
|
private boolean c = false;
|
||
|
|
||
|
@Override // androidx.fragment.app.Fragment
|
||
|
public void onAttach(Context context) {
|
||
|
super.onAttach(context);
|
||
|
Q();
|
||
|
ae();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Removed duplicated region for block: B:13:0x0020 */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:16:0x0027 */
|
||
|
@Override // androidx.fragment.app.Fragment
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
public void onAttach(android.app.Activity r4) {
|
||
|
/*
|
||
|
r3 = this;
|
||
|
super.onAttach(r4)
|
||
|
android.content.ContextWrapper r0 = r3.e
|
||
|
r1 = 0
|
||
|
if (r0 == 0) goto L1b
|
||
|
L8:
|
||
|
boolean r2 = r0 instanceof android.content.ContextWrapper
|
||
|
if (r2 == 0) goto L17
|
||
|
boolean r2 = r0 instanceof android.app.Activity
|
||
|
if (r2 != 0) goto L17
|
||
|
android.content.ContextWrapper r0 = (android.content.ContextWrapper) r0
|
||
|
android.content.Context r0 = r0.getBaseContext()
|
||
|
goto L8
|
||
|
L17:
|
||
|
if (r0 == r4) goto L1b
|
||
|
r4 = r1
|
||
|
goto L1c
|
||
|
L1b:
|
||
|
r4 = 1
|
||
|
L1c:
|
||
|
java.lang.Object[] r0 = new java.lang.Object[r1]
|
||
|
if (r4 == 0) goto L27
|
||
|
r3.Q()
|
||
|
r3.ae()
|
||
|
return
|
||
|
L27:
|
||
|
java.lang.IllegalStateException r4 = new java.lang.IllegalStateException
|
||
|
java.lang.String r1 = "onAttach called multiple times with different Context! Hilt Fragments should not be retained."
|
||
|
java.lang.String r0 = java.lang.String.format(r1, r0)
|
||
|
r4.<init>(r0)
|
||
|
throw r4
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: com.scb.phone.view.fragment.Hilt_BaseFragment.onAttach(android.app.Activity):void");
|
||
|
}
|
||
|
|
||
|
private void Q() {
|
||
|
if (this.e == null) {
|
||
|
this.e = new C13079fPz.LWm(super.getContext(), this);
|
||
|
this.b = C13055fPb.d(super.getContext());
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // androidx.fragment.app.Fragment
|
||
|
public Context getContext() {
|
||
|
if (super.getContext() == null && !this.b) {
|
||
|
return null;
|
||
|
}
|
||
|
Q();
|
||
|
return this.e;
|
||
|
}
|
||
|
|
||
|
@Override // androidx.fragment.app.Fragment
|
||
|
public LayoutInflater onGetLayoutInflater(Bundle bundle) {
|
||
|
LayoutInflater onGetLayoutInflater = super.onGetLayoutInflater(bundle);
|
||
|
return onGetLayoutInflater.cloneInContext(new C13079fPz.LWm(onGetLayoutInflater, this));
|
||
|
}
|
||
|
|
||
|
@Override // o.fPC
|
||
|
public final Object y_() {
|
||
|
return O().y_();
|
||
|
}
|
||
|
|
||
|
private C13072fPs O() {
|
||
|
if (this.a == null) {
|
||
|
synchronized (this.d) {
|
||
|
if (this.a == null) {
|
||
|
this.a = new C13072fPs(this);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
return this.a;
|
||
|
}
|
||
|
|
||
|
protected void ae() {
|
||
|
if (this.c) {
|
||
|
return;
|
||
|
}
|
||
|
this.c = true;
|
||
|
((InterfaceC10464eEy) y_()).b((BaseFragment) this);
|
||
|
}
|
||
|
|
||
|
@Override // androidx.fragment.app.Fragment, o.GvH
|
||
|
public VLM.LWm getDefaultViewModelProviderFactory() {
|
||
|
return ((C13068fPo.RVV) fOV.c(this, C13068fPo.RVV.class)).a().aBN_(this, getArguments(), super.getDefaultViewModelProviderFactory());
|
||
|
}
|
||
|
}
|