2022-06-10 21:38:30 +09:00

71 lines
1.7 KiB
Smali

.class public Landroidx/fragment/app/d$c;
.super Ljava/lang/Object;
.source "DialogFragment.java"
# interfaces
.implements Landroid/content/DialogInterface$OnDismissListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/fragment/app/d;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Landroidx/fragment/app/d;
# direct methods
.method public constructor <init>(Landroidx/fragment/app/d;)V
.locals 0
.line 1
iput-object p1, p0, Landroidx/fragment/app/d$c;->a:Landroidx/fragment/app/d;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public onDismiss(Landroid/content/DialogInterface;)V
.locals 1
.param p1 # Landroid/content/DialogInterface;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroid/annotation/SuppressLint;
value = {
"SyntheticAccessor"
}
.end annotation
.line 1
iget-object p1, p0, Landroidx/fragment/app/d$c;->a:Landroidx/fragment/app/d;
invoke-static {p1}, Landroidx/fragment/app/d;->access$000(Landroidx/fragment/app/d;)Landroid/app/Dialog;
move-result-object p1
if-eqz p1, :cond_0
.line 2
iget-object p1, p0, Landroidx/fragment/app/d$c;->a:Landroidx/fragment/app/d;
invoke-static {p1}, Landroidx/fragment/app/d;->access$000(Landroidx/fragment/app/d;)Landroid/app/Dialog;
move-result-object v0
invoke-virtual {p1, v0}, Landroidx/fragment/app/d;->onDismiss(Landroid/content/DialogInterface;)V
:cond_0
return-void
.end method