64 lines
2.0 KiB
Java
64 lines
2.0 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 butterknife.BindView;
|
||
|
import butterknife.ButterKnife;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.findus.FindUsActivity;
|
||
|
import com.scb.phone.view.fragment.hml.HmlNoDepositAccountFragment;
|
||
|
import o.C14957gcv;
|
||
|
import o.InterfaceC9335dhm;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class HmlNoDepositAccountFragment extends Hilt_HmlNoDepositAccountFragment implements InterfaceC9335dhm {
|
||
|
public static final IeS c = new IeS(0);
|
||
|
|
||
|
@BindView
|
||
|
public Button findUsButton;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class IeS {
|
||
|
private IeS() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ IeS(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // androidx.fragment.app.Fragment
|
||
|
public final View onCreateView(LayoutInflater layoutInflater, ViewGroup viewGroup, Bundle bundle) {
|
||
|
C14957gcv.e(layoutInflater, "");
|
||
|
View inflate = layoutInflater.inflate(R.layout.2131559702, viewGroup, false);
|
||
|
ButterKnife.c(this, inflate);
|
||
|
Button button = this.findUsButton;
|
||
|
if (button == null) {
|
||
|
C14957gcv.a("");
|
||
|
button = null;
|
||
|
}
|
||
|
button.setOnClickListener(new View.OnClickListener(this) { // from class: o.fdh
|
||
|
private HmlNoDepositAccountFragment c;
|
||
|
|
||
|
@Override // android.view.View.OnClickListener
|
||
|
public final void onClick(View view) {
|
||
|
HmlNoDepositAccountFragment.a(this.c);
|
||
|
}
|
||
|
|
||
|
{
|
||
|
this.c = this;
|
||
|
}
|
||
|
});
|
||
|
C14957gcv.c(inflate, "");
|
||
|
return inflate;
|
||
|
}
|
||
|
|
||
|
public static /* synthetic */ void a(HmlNoDepositAccountFragment hmlNoDepositAccountFragment) {
|
||
|
C14957gcv.e(hmlNoDepositAccountFragment, "");
|
||
|
FindUsActivity.d(hmlNoDepositAccountFragment.getContext(), false);
|
||
|
}
|
||
|
}
|