apkfuckery/com.discord/smali/e/a/j/m.smali

97 lines
1.8 KiB
Smali
Raw Normal View History

2019-12-06 03:29:40 +00:00
.class public final Le/a/j/m;
2020-01-22 01:17:22 +00:00
.super Ljava/lang/Object;
2020-01-28 00:59:01 +00:00
.source "OverlayMenuBubbleDialog.kt"
2019-12-06 03:29:40 +00:00
# interfaces
2020-01-28 00:59:01 +00:00
.implements Lb0/l/i;
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
"R:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Lb0/l/i<",
"TT;TR;>;"
}
.end annotation
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
# static fields
.field public static final d:Le/a/j/m;
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
# direct methods
.method public static constructor <clinit>()V
.locals 1
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
new-instance v0, Le/a/j/m;
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
invoke-direct {v0}, Le/a/j/m;-><init>()V
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
sput-object v0, Le/a/j/m;->d:Le/a/j/m;
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
return-void
.end method
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
.method public constructor <init>()V
.locals 0
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
return-void
.end method
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
# virtual methods
.method public call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 3
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
check-cast p1, Ljava/util/Map;
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
invoke-interface {p1}, Ljava/util/Map;->values()Ljava/util/Collection;
2019-12-06 03:29:40 +00:00
move-result-object p1
2020-01-28 00:59:01 +00:00
new-instance v0, Ljava/util/ArrayList;
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
move-result-object p1
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
:cond_0
:goto_0
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
move-result v1
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
if-eqz v1, :cond_1
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
move-result-object v1
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
move-object v2, v1
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
check-cast v2, Lcom/discord/stores/StoreVoiceParticipants$VoiceUser;
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
invoke-virtual {v2}, Lcom/discord/stores/StoreVoiceParticipants$VoiceUser;->isConnected()Z
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
move-result v2
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
if-eqz v2, :cond_0
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
invoke-interface {v0, v1}, Ljava/util/Collection;->add(Ljava/lang/Object;)Z
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
goto :goto_0
2019-12-06 03:29:40 +00:00
2020-01-28 00:59:01 +00:00
:cond_1
return-object v0
2019-12-06 03:29:40 +00:00
.end method