BottomSheetDialogFragment.smali 
.class public Lcom/google/android/material/bottomsheet/BottomSheetDialogFragment;
.super Landroidx/appcompat/app/AppCompatDialogFragment;
.source "BottomSheetDialogFragment.java"
# direct methods
.method public constructor <init>()V
    .registers 1
    .line 28
    invoke-direct {p0}, Landroidx/appcompat/app/AppCompatDialogFragment;-><init>()V
    return-void
.end method
# virtual methods
.method public onCreateDialog(Landroid/os/Bundle;)Landroid/app/Dialog;
    .registers 4
    .line 32
    new-instance p1, Lcom/google/android/material/bottomsheet/BottomSheetDialog;
    invoke-virtual {p0}, Lcom/google/android/material/bottomsheet/BottomSheetDialogFragment;->getContext()Landroid/content/Context;
    move-result-object v0
    invoke-virtual {p0}, Lcom/google/android/material/bottomsheet/BottomSheetDialogFragment;->getTheme()I
    move-result v1
    invoke-direct {p1, v0, v1}, Lcom/google/android/material/bottomsheet/BottomSheetDialog;-><init>(Landroid/content/Context;I)V
    return-object p1
.end method