102 lines
2.7 KiB
Java
102 lines
2.7 KiB
Java
package com.scb.phone.view.fragment.hml;
|
|
|
|
import android.os.Bundle;
|
|
import android.view.LayoutInflater;
|
|
import android.view.View;
|
|
import android.view.ViewGroup;
|
|
import android.widget.Button;
|
|
import android.widget.TextView;
|
|
import butterknife.BindView;
|
|
import butterknife.ButterKnife;
|
|
import butterknife.OnClick;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.fragment.ContactCallCenterFragment;
|
|
import o.AbstractC13163fSk;
|
|
import o.C0756Nx;
|
|
import o.C14957gcv;
|
|
import o.C16517owV;
|
|
import o.C5523buf;
|
|
import o.InterfaceC13391fZD;
|
|
import o.InterfaceC9333dhk;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public abstract class HmlBaseOfflineSuccessFragment extends ContactCallCenterFragment implements InterfaceC9333dhk {
|
|
|
|
@BindView
|
|
public TextView confirmDateTime;
|
|
|
|
@BindView
|
|
public Button homeBtn;
|
|
|
|
@BindView
|
|
public TextView loanInfo;
|
|
|
|
@InterfaceC13391fZD
|
|
public C5523buf presenter;
|
|
|
|
@BindView
|
|
public Button registerBtn;
|
|
|
|
@BindView
|
|
public TextView registerRemarks;
|
|
|
|
@BindView
|
|
public TextView remarkInfo;
|
|
|
|
@BindView
|
|
public TextView successTitle;
|
|
|
|
@Override // androidx.fragment.app.Fragment
|
|
public View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
|
|
C14957gcv.e(layoutInflater, "");
|
|
View inflate = layoutInflater.inflate(R.layout.2131559709, viewGroup, false);
|
|
ButterKnife.c(this, inflate);
|
|
C5523buf c5523buf = this.presenter;
|
|
C5523buf c5523buf2 = null;
|
|
if (c5523buf == null) {
|
|
C14957gcv.a("");
|
|
c5523buf = null;
|
|
}
|
|
c5523buf.e((C5523buf) this);
|
|
C5523buf c5523buf3 = this.presenter;
|
|
if (c5523buf3 != null) {
|
|
c5523buf2 = c5523buf3;
|
|
} else {
|
|
C14957gcv.a("");
|
|
}
|
|
AbstractC13163fSk<C16517owV> d = c5523buf2.c.d();
|
|
if (c5523buf2.f != 0) {
|
|
c5523buf2.f.y();
|
|
}
|
|
c5523buf2.c.d(d, new C5523buf.LWm(c5523buf2));
|
|
return inflate;
|
|
}
|
|
|
|
@Override // o.InterfaceC9333dhk
|
|
public void e(C0756Nx c0756Nx) {
|
|
C14957gcv.e(c0756Nx, "");
|
|
TextView textView = this.confirmDateTime;
|
|
if (textView == null) {
|
|
C14957gcv.a("");
|
|
textView = null;
|
|
}
|
|
textView.setText(c0756Nx.d);
|
|
}
|
|
|
|
@OnClick
|
|
public final void onContactCallClick() {
|
|
aZ_();
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment, androidx.fragment.app.Fragment
|
|
public void onDestroyView() {
|
|
C5523buf c5523buf = this.presenter;
|
|
if (c5523buf == null) {
|
|
C14957gcv.a("");
|
|
c5523buf = null;
|
|
}
|
|
c5523buf.w_();
|
|
super.onDestroyView();
|
|
}
|
|
}
|