35 lines
1.0 KiB
Java
35 lines
1.0 KiB
Java
|
package com.scb.phone.view.fragment.etb;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import com.scb.phone.view.fragment.BaseFragment;
|
||
|
import o.InterfaceC9713dpA;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public abstract class BreadcrumbFragment extends BaseFragment implements InterfaceC9713dpA.HBt {
|
||
|
public InterfaceC9713dpA k;
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
@Override // com.scb.phone.view.fragment.Hilt_BaseFragment, androidx.fragment.app.Fragment
|
||
|
public void onAttach(Context context) {
|
||
|
super.onAttach(context);
|
||
|
if (context instanceof InterfaceC9713dpA) {
|
||
|
this.k = (InterfaceC9713dpA) context;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // androidx.fragment.app.Fragment
|
||
|
public void onStart() {
|
||
|
super.onStart();
|
||
|
InterfaceC9713dpA interfaceC9713dpA = this.k;
|
||
|
if (interfaceC9713dpA != null) {
|
||
|
interfaceC9713dpA.c(this);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // androidx.fragment.app.Fragment
|
||
|
public void onDetach() {
|
||
|
this.k = null;
|
||
|
super.onDetach();
|
||
|
}
|
||
|
}
|