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

95 lines
1.7 KiB
Smali
Raw Normal View History

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