package p000.p001.p002.p008.p009;

import android.app.Dialog;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import ar.tvplayer.core.domain.ލ;
import ar.tvplayer.core.util.CommonUtilsKt;
import p138.p139.p143.p144.C2803;
import p138.p176.p177.p242.p246.p251.C4303;
import p402.InterfaceC6538;
import p402.InterfaceC6540;
import p402.p411.p412.InterfaceC6603;
import p402.p411.p413.AbstractC6636;
import p402.p411.p413.C6635;

/* JADX INFO: renamed from: ނ.֏.֏.ހ.֏.ޢ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
@InterfaceC6540
public final class C0852 extends C0775 {

    /* JADX INFO: renamed from: ޓ, reason: contains not printable characters */
    public final InterfaceC6538 f3461 = C4303.m7065((InterfaceC6603) new C0855());

    /* JADX INFO: renamed from: ނ.֏.֏.ހ.֏.ޢ$֏, reason: contains not printable characters */
    @InterfaceC6540
    public static final class C0853 implements Parcelable {
        public static final Parcelable.Creator CREATOR = new C0854();

        /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
        public final String f3462;

        /* JADX INFO: renamed from: ނ.֏.֏.ހ.֏.ޢ$֏$֏, reason: contains not printable characters */
        public static class C0854 implements Parcelable.Creator {
            @Override // android.os.Parcelable.Creator
            public final Object createFromParcel(Parcel parcel) {
                if (parcel != null) {
                    return new C0853(parcel.readString());
                }
                C6635.m9824("in");
                throw null;
            }

            @Override // android.os.Parcelable.Creator
            public final Object[] newArray(int i) {
                return new C0853[i];
            }
        }

        public C0853(String str) {
            if (str != null) {
                this.f3462 = str;
            } else {
                C6635.m9824("message");
                throw null;
            }
        }

        @Override // android.os.Parcelable
        public int describeContents() {
            return 0;
        }

        public boolean equals(Object obj) {
            if (this != obj) {
                return (obj instanceof C0853) && C6635.m9825((Object) this.f3462, (Object) ((C0853) obj).f3462);
            }
            return true;
        }

        public int hashCode() {
            String str = this.f3462;
            if (str != null) {
                return str.hashCode();
            }
            return 0;
        }

        public String toString() {
            return C2803.m4884(C2803.m4889("Args(message="), this.f3462, ")");
        }

        @Override // android.os.Parcelable
        public void writeToParcel(Parcel parcel, int i) {
            if (parcel != null) {
                parcel.writeString(this.f3462);
            } else {
                C6635.m9824("parcel");
                throw null;
            }
        }
    }

    /* JADX INFO: renamed from: ނ.֏.֏.ހ.֏.ޢ$ؠ, reason: contains not printable characters */
    public static final class C0855 extends AbstractC6636 implements InterfaceC6603<C0853> {
        public C0855() {
            super(0);
        }

        @Override // p402.p411.p412.InterfaceC6603
        /* JADX INFO: renamed from: ނ */
        public C0853 mo1543() {
            return (C0853) CommonUtilsKt.֏(C0852.this);
        }
    }

    @Override // p000.p001.p002.p008.p009.C0775, p037.p089.p090.DialogInterfaceOnCancelListenerC1992, androidx.fragment.app.Fragment
    public /* synthetic */ void onDestroyView() {
        super.onDestroyView();
    }

    @Override // p037.p089.p090.DialogInterfaceOnCancelListenerC1992
    /* JADX INFO: renamed from: ֏ */
    public Dialog mo1839(Bundle bundle) {
        ProgressDialog progressDialog = new ProgressDialog(requireContext());
        this.f6556 = false;
        Dialog dialog = this.f6561;
        if (dialog != null) {
            dialog.setCancelable(false);
        }
        progressDialog.setIndeterminate(true);
        progressDialog.setMessage(((C0853) this.f3461.getValue()).f3462);
        ލ.֏(progressDialog);
        return progressDialog;
    }

    @Override // p000.p001.p002.p008.p009.C0775
    /* JADX INFO: renamed from: މ */
    public void mo1840() {
    }
}
