35 lines
911 B
Java
35 lines
911 B
Java
|
package com.scb.phone.view.fragment.cardmanagement;
|
||
|
|
||
|
import android.os.Bundle;
|
||
|
import com.scb.phone.view.fragment.BaseFragment;
|
||
|
import o.GJ;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public abstract class BaseAmortizationAmountTabFragment extends BaseFragment {
|
||
|
public abstract void a(GJ gj);
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class Sts {
|
||
|
private Sts() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ Sts(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment, androidx.fragment.app.Fragment
|
||
|
public void onActivityCreated(Bundle bundle) {
|
||
|
super.onActivityCreated(bundle);
|
||
|
Bundle arguments = getArguments();
|
||
|
GJ gj = arguments != null ? (GJ) arguments.getParcelable("EXTRA_SUMMARY_DISPLAY") : null;
|
||
|
if (gj != null) {
|
||
|
a(gj);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
new Sts((byte) 0);
|
||
|
}
|
||
|
}
|