apkfuckery/com.discord/smali/com/discord/overlay/OverlayService$b.smali

65 lines
1.6 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public final Lcom/discord/overlay/OverlayService$b;
.super Ljava/lang/Object;
.source "OverlayService.kt"
# interfaces
2020-07-08 16:44:49 +00:00
.implements Lf/a/e/e;
2020-05-17 12:40:10 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/discord/overlay/OverlayService;->onCreate()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = null
.end annotation
# instance fields
.field public final synthetic d:Lcom/discord/overlay/OverlayService;
# direct methods
.method public constructor <init>(Lcom/discord/overlay/OverlayService;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
iput-object p1, p0, Lcom/discord/overlay/OverlayService$b;->d:Lcom/discord/overlay/OverlayService;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public a(Lcom/discord/overlay/views/OverlayBubbleWrap;)V
.locals 0
return-void
.end method
.method public b(Lcom/discord/overlay/views/OverlayBubbleWrap;)V
.locals 1
2020-09-09 19:21:20 +00:00
const-string v0, "bubble"
invoke-static {p1, v0}, Lk0/n/c/i;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
iget-object v0, p0, Lcom/discord/overlay/OverlayService$b;->d:Lcom/discord/overlay/OverlayService;
invoke-virtual {v0}, Lcom/discord/overlay/OverlayService;->getOverlayManager()Lcom/discord/overlay/OverlayManager;
move-result-object v0
2020-07-08 16:44:49 +00:00
invoke-virtual {v0, p1}, Lcom/discord/overlay/OverlayManager;->d(Lcom/discord/overlay/views/OverlayBubbleWrap;)V
2020-05-17 12:40:10 +00:00
return-void
.end method