apkfuckery/com.discord/smali/com/discord/widgets/user/usersheet/WidgetUserSheet$configureVoiceSection$1.smali

67 lines
2.2 KiB
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class final Lcom/discord/widgets/user/usersheet/WidgetUserSheet$configureVoiceSection$1;
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "WidgetUserSheet.kt"
2019-02-04 20:08:30 +00:00
# interfaces
.implements Landroid/widget/CompoundButton$OnCheckedChangeListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/discord/widgets/user/usersheet/WidgetUserSheet;->configureVoiceSection(Lcom/discord/widgets/user/usersheet/WidgetUserSheetModel;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x18
name = null
.end annotation
# instance fields
.field final synthetic $this_configureVoiceSection:Lcom/discord/widgets/user/usersheet/WidgetUserSheetModel;
# direct methods
.method constructor <init>(Lcom/discord/widgets/user/usersheet/WidgetUserSheetModel;)V
.locals 0
iput-object p1, p0, Lcom/discord/widgets/user/usersheet/WidgetUserSheet$configureVoiceSection$1;->$this_configureVoiceSection:Lcom/discord/widgets/user/usersheet/WidgetUserSheetModel;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final onCheckedChanged(Landroid/widget/CompoundButton;Z)V
.locals 2
iget-object p1, p0, Lcom/discord/widgets/user/usersheet/WidgetUserSheet$configureVoiceSection$1;->$this_configureVoiceSection:Lcom/discord/widgets/user/usersheet/WidgetUserSheetModel;
invoke-virtual {p1}, Lcom/discord/widgets/user/usersheet/WidgetUserSheetModel;->isUserMuted()Z
move-result p1
if-eq p2, p1, :cond_0
invoke-static {}, Lcom/discord/stores/StoreStream;->getMediaSettings()Lcom/discord/stores/StoreMediaSettings;
move-result-object p1
iget-object p2, p0, Lcom/discord/widgets/user/usersheet/WidgetUserSheet$configureVoiceSection$1;->$this_configureVoiceSection:Lcom/discord/widgets/user/usersheet/WidgetUserSheetModel;
invoke-virtual {p2}, Lcom/discord/widgets/user/usersheet/WidgetUserSheetModel;->getUser()Lcom/discord/models/domain/ModelUser;
move-result-object p2
invoke-virtual {p2}, Lcom/discord/models/domain/ModelUser;->getId()J
move-result-wide v0
invoke-virtual {p1, v0, v1}, Lcom/discord/stores/StoreMediaSettings;->toggleUserMuted(J)V
:cond_0
return-void
.end method