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