40 lines
1.3 KiB
Java
40 lines
1.3 KiB
Java
|
package com.scb.phone.view.custom.common;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.util.AttributeSet;
|
||
|
import o.C14957gcv;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class DateInputWithoutError extends DateInputText {
|
||
|
@Override // com.scb.phone.view.custom.common.ClearableEditText
|
||
|
protected final void a() {
|
||
|
}
|
||
|
|
||
|
private /* synthetic */ DateInputWithoutError(Context context, byte b) {
|
||
|
this(context, (AttributeSet) null);
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public DateInputWithoutError(Context context, AttributeSet attributeSet) {
|
||
|
super(context, attributeSet);
|
||
|
C14957gcv.e(context, "");
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public DateInputWithoutError(Context context, AttributeSet attributeSet, int i) {
|
||
|
super(context, attributeSet, i);
|
||
|
C14957gcv.e(context, "");
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.custom.common.ClearableEditText
|
||
|
public final void setErrorVisible(boolean z) {
|
||
|
this.errorText.setVisibility(z ? 0 : 8);
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
||
|
public DateInputWithoutError(Context context) {
|
||
|
this(context, (byte) 0);
|
||
|
C14957gcv.e(context, "");
|
||
|
}
|
||
|
}
|