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

95 lines
1.7 KiB
Smali
Raw Normal View History

2020-03-14 04:13:36 +00:00
.class public final Le/a/j/e0;
2020-01-22 01:17:22 +00:00
.super Ljava/lang/Object;
2020-03-14 04:13:36 +00:00
.source "OverlayVoiceBubble.kt"
# interfaces
.implements Le0/l/i;
# 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
2019-12-06 03:29:40 +00:00
# static fields
2020-03-14 04:13:36 +00:00
.field public static final d:Le/a/j/e0;
2019-12-06 03:29:40 +00:00
# direct methods
2020-03-14 04:13:36 +00:00
.method public static constructor <clinit>()V
.locals 1
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
new-instance v0, Le/a/j/e0;
2020-03-10 23:21:53 +00:00
2020-03-14 04:13:36 +00:00
invoke-direct {v0}, Le/a/j/e0;-><init>()V
sput-object v0, Le/a/j/e0;->d:Le/a/j/e0;
return-void
.end method
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
.method public constructor <init>()V
.locals 0
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
return-void
.end method
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
# virtual methods
.method public call(Ljava/lang/Object;)Ljava/lang/Object;
.locals 2
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
check-cast p1, Ljava/util/Map;
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
invoke-interface {p1}, Ljava/util/Map;->values()Ljava/util/Collection;
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
move-result-object p1
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
move-result-object p1
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
:cond_0
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
move-result v0
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
if-eqz v0, :cond_1
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
move-result-object v0
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
move-object v1, v0
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
check-cast v1, Lcom/discord/stores/StoreVoiceParticipants$VoiceUser;
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
invoke-virtual {v1}, Lcom/discord/stores/StoreVoiceParticipants$VoiceUser;->isSpeaking()Z
2019-12-06 03:29:40 +00:00
2020-01-22 01:17:22 +00:00
move-result v1
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
if-eqz v1, :cond_0
2019-12-06 03:29:40 +00:00
2020-03-14 04:13:36 +00:00
goto :goto_0
2020-03-10 23:21:53 +00:00
2020-03-14 04:13:36 +00:00
:cond_1
const/4 v0, 0x0
:goto_0
check-cast v0, Lcom/discord/stores/StoreVoiceParticipants$VoiceUser;
return-object v0
2019-12-06 03:29:40 +00:00
.end method