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

51 lines
1.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.SharedPreferences;
import java.util.Arrays;
import java.util.List;
import o.C15715hv;
/* loaded from: classes4.dex */
public final class cQM extends C3569azy {
private static final String a;
private static final List<RW> b;
private static final String c;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public cQM(SharedPreferences sharedPreferences) {
super(sharedPreferences, c, b);
C14957gcv.e(sharedPreferences, "");
}
/* loaded from: classes4.dex */
public static final class LWm {
private LWm() {
}
public /* synthetic */ LWm(byte b) {
this();
}
}
static {
new LWm((byte) 0);
c = "KEY_SEEN_BILL_SEARCH_COACH_MARKS";
a = "BILL_PAYMENT_HISTORY_COACH_MARK_DONE_KEY";
b = Arrays.asList(new RW("coachmark_billsearch_history", C15715hv.IeS.coachmark_history_bill_payment), new RW("coachmark_billsearch_1", C15715hv.IeS.coachmark_billpayment1), new RW("coachmark_billsearch_2", C15715hv.IeS.coachmark_billpayment2));
}
@Override // o.C3569azy
public final List<Integer> d() {
List<Integer> d = super.d();
if (this.e.getBoolean(a, false)) {
C14957gcv.c(d, "");
if (!d.isEmpty()) {
d.remove(0);
}
}
C14957gcv.c(d, "");
return d;
}
}