apkfuckery/com.discord/smali/com/discord/views/CheckedSetting$f.smali

55 lines
1.2 KiB
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class final Lcom/discord/views/CheckedSetting$f;
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "CheckedSetting.kt"
2019-02-04 20:08:30 +00:00
# interfaces
.implements Landroid/widget/CompoundButton$OnCheckedChangeListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/discord/views/CheckedSetting;->setOnCheckedListener(Lrx/functions/Action1;)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x18
name = null
.end annotation
# instance fields
2019-04-06 01:08:52 +00:00
.field final synthetic zC:Lrx/functions/Action1;
2019-02-04 20:08:30 +00:00
# direct methods
.method constructor <init>(Lrx/functions/Action1;)V
.locals 0
2019-04-06 01:08:52 +00:00
iput-object p1, p0, Lcom/discord/views/CheckedSetting$f;->zC:Lrx/functions/Action1;
2019-02-04 20:08:30 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final onCheckedChanged(Landroid/widget/CompoundButton;Z)V
.locals 0
2019-04-06 01:08:52 +00:00
iget-object p1, p0, Lcom/discord/views/CheckedSetting$f;->zC:Lrx/functions/Action1;
2019-02-04 20:08:30 +00:00
if-eqz p1, :cond_0
invoke-static {p2}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object p2
invoke-interface {p1, p2}, Lrx/functions/Action1;->call(Ljava/lang/Object;)V
2019-02-04 20:29:01 +00:00
return-void
2019-02-04 20:08:30 +00:00
:cond_0
return-void
.end method