You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
package androidx.fragment.app;
|
|
|
|
import android.os.Bundle;
|
|
import androidx.lifecycle.AbstractC0424i;
|
|
import androidx.lifecycle.InterfaceC0432k;
|
|
import androidx.lifecycle.InterfaceC0434m;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes.dex */
|
|
class FragmentManager$6 implements InterfaceC0432k {
|
|
|
|
/* renamed from: a */
|
|
public final /* synthetic */ String f1233a;
|
|
|
|
/* renamed from: b */
|
|
public final /* synthetic */ AbstractC0424i f1234b;
|
|
|
|
/* renamed from: c */
|
|
public final /* synthetic */ AbstractC0330m f1235c;
|
|
|
|
@Override // androidx.lifecycle.InterfaceC0432k
|
|
/* renamed from: d */
|
|
public void mo472d(InterfaceC0434m interfaceC0434m, AbstractC0424i.EnumC0426b enumC0426b) {
|
|
Map map;
|
|
Map map2;
|
|
if (enumC0426b == AbstractC0424i.EnumC0426b.ON_START) {
|
|
map2 = this.f1235c.f1379j;
|
|
if (((Bundle) map2.get(this.f1233a)) != null) {
|
|
throw null;
|
|
}
|
|
}
|
|
if (enumC0426b == AbstractC0424i.EnumC0426b.ON_DESTROY) {
|
|
this.f1234b.mo3691c(this);
|
|
map = this.f1235c.f1380k;
|
|
map.remove(this.f1233a);
|
|
}
|
|
}
|
|
} |