what-the-bank/sources/o/C16330nY.java

34 lines
1.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.SharedPreferences;
import android.content.res.Resources;
/* renamed from: o.nY, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16330nY extends AbstractC16173lt<Yag, C0489Ht> {
@Override // o.AbstractC16173lt
public final /* synthetic */ C0489Ht d(Yag yag) {
return a(yag);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public C16330nY(Resources resources, SharedPreferences sharedPreferences) {
super(resources, sharedPreferences);
C14957gcv.e(resources, "");
C14957gcv.e(sharedPreferences, "");
}
public static C0489Ht a(Yag yag) {
C14957gcv.e(yag, "");
Integer num = yag.e;
int intValue = num != null ? num.intValue() : 0;
Integer num2 = yag.d;
int intValue2 = num2 != null ? num2.intValue() : 0;
Integer num3 = yag.a;
int intValue3 = num3 != null ? num3.intValue() : 0;
Boolean bool = yag.b;
return new C0489Ht(intValue, intValue2, intValue3, bool != null ? bool.booleanValue() : false);
}
}