apkfuckery/com.discord/smali/com/discord/widgets/channels/WidgetChannelTopicViewModel...

70 lines
1.9 KiB
Smali

.class public abstract Lcom/discord/widgets/channels/WidgetChannelTopicViewModel$ViewState;
.super Ljava/lang/Object;
.source "WidgetChannelTopicViewModel.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/discord/widgets/channels/WidgetChannelTopicViewModel;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x409
name = "ViewState"
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/discord/widgets/channels/WidgetChannelTopicViewModel$ViewState$NoChannel;,
Lcom/discord/widgets/channels/WidgetChannelTopicViewModel$ViewState$Guild;,
Lcom/discord/widgets/channels/WidgetChannelTopicViewModel$ViewState$DM;,
Lcom/discord/widgets/channels/WidgetChannelTopicViewModel$ViewState$GDM;
}
.end annotation
# instance fields
.field public final isOnHomeTab:Z
.field public final isRightPanelOpened:Z
# direct methods
.method public constructor <init>(ZZ)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-boolean p1, p0, Lcom/discord/widgets/channels/WidgetChannelTopicViewModel$ViewState;->isRightPanelOpened:Z
iput-boolean p2, p0, Lcom/discord/widgets/channels/WidgetChannelTopicViewModel$ViewState;->isOnHomeTab:Z
return-void
.end method
.method public synthetic constructor <init>(ZZLkotlin/jvm/internal/DefaultConstructorMarker;)V
.locals 0
invoke-direct {p0, p1, p2}, Lcom/discord/widgets/channels/WidgetChannelTopicViewModel$ViewState;-><init>(ZZ)V
return-void
.end method
# virtual methods
.method public isOnHomeTab()Z
.locals 1
iget-boolean v0, p0, Lcom/discord/widgets/channels/WidgetChannelTopicViewModel$ViewState;->isOnHomeTab:Z
return v0
.end method
.method public isRightPanelOpened()Z
.locals 1
iget-boolean v0, p0, Lcom/discord/widgets/channels/WidgetChannelTopicViewModel$ViewState;->isRightPanelOpened:Z
return v0
.end method