100 lines
3.4 KiB
Java
100 lines
3.4 KiB
Java
|
package com.scb.phone.view.fragment.debitatm;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.content.ContextWrapper;
|
||
|
import android.os.Bundle;
|
||
|
import android.view.LayoutInflater;
|
||
|
import com.scb.phone.view.fragment.BaseFragment;
|
||
|
import o.C13055fPb;
|
||
|
import o.C13079fPz;
|
||
|
import o.ePJ;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
abstract class Hilt_DebitCardTransactionTabFragment extends BaseFragment {
|
||
|
private boolean c;
|
||
|
private ContextWrapper d;
|
||
|
private boolean g = false;
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.Hilt_BaseFragment, androidx.fragment.app.Fragment
|
||
|
public void onAttach(Context context) {
|
||
|
super.onAttach(context);
|
||
|
d();
|
||
|
ae();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Removed duplicated region for block: B:13:0x0020 */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:16:0x0027 */
|
||
|
@Override // com.scb.phone.view.fragment.Hilt_BaseFragment, 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.d
|
||
|
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.d()
|
||
|
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.debitatm.Hilt_DebitCardTransactionTabFragment.onAttach(android.app.Activity):void");
|
||
|
}
|
||
|
|
||
|
private void d() {
|
||
|
if (this.d == null) {
|
||
|
this.d = new C13079fPz.LWm(super.getContext(), this);
|
||
|
this.c = C13055fPb.d(super.getContext());
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.Hilt_BaseFragment, androidx.fragment.app.Fragment
|
||
|
public Context getContext() {
|
||
|
if (super.getContext() == null && !this.c) {
|
||
|
return null;
|
||
|
}
|
||
|
d();
|
||
|
return this.d;
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.Hilt_BaseFragment, androidx.fragment.app.Fragment
|
||
|
public LayoutInflater onGetLayoutInflater(Bundle bundle) {
|
||
|
LayoutInflater onGetLayoutInflater = super.onGetLayoutInflater(bundle);
|
||
|
return onGetLayoutInflater.cloneInContext(new C13079fPz.LWm(onGetLayoutInflater, this));
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.Hilt_BaseFragment
|
||
|
public final void ae() {
|
||
|
if (this.g) {
|
||
|
return;
|
||
|
}
|
||
|
this.g = true;
|
||
|
((ePJ) y_()).c((DebitCardTransactionTabFragment) this);
|
||
|
}
|
||
|
}
|