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

67 lines
1.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.os.Bundle;
import java.util.Map;
import o.FNE;
/* renamed from: o.cuZ, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C7768cuZ implements FNE.Sts {
Bundle a;
private final FNE b;
private final InterfaceC13393fZL c;
private boolean e;
public C7768cuZ(FNE fne, InterfaceC0940Ryk interfaceC0940Ryk) {
C14957gcv.e(fne, "");
C14957gcv.e(interfaceC0940Ryk, "");
this.b = fne;
Sts sts = new Sts(interfaceC0940Ryk);
C14957gcv.e(sts, "");
this.c = new fZZ(sts);
}
/* renamed from: o.cuZ$Sts */
/* loaded from: classes.dex */
static final class Sts extends AbstractC14961gcz implements InterfaceC14890gbN<ntM> {
final InterfaceC0940Ryk a;
@Override // o.InterfaceC14890gbN
public final /* synthetic */ ntM invoke() {
return HLt.b(this.a);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
Sts(InterfaceC0940Ryk interfaceC0940Ryk) {
super(0);
this.a = interfaceC0940Ryk;
}
}
@Override // o.FNE.Sts
public final Bundle AK_() {
Bundle bundle = new Bundle();
Bundle bundle2 = this.a;
if (bundle2 != null) {
bundle.putAll(bundle2);
}
for (Map.Entry<String, NER> entry : ((ntM) this.c.e()).b.entrySet()) {
String key = entry.getKey();
Bundle AK_ = entry.getValue().e.AK_();
if (!C14957gcv.b(AK_, Bundle.EMPTY)) {
bundle.putBundle(key, AK_);
}
}
this.e = false;
return bundle;
}
public final void e() {
if (this.e) {
return;
}
this.a = this.b.AH_("androidx.lifecycle.internal.SavedStateHandlesProvider");
this.e = true;
}
}