apkfuckery/com.discord/smali/com/miguelgaeta/backgrounded/Backgrounded$Lifecycle$2.smali
2019-02-04 21:05:16 +01:00

72 lines
1.8 KiB
Smali

.class Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle$2;
.super Ljava/lang/Object;
.source "Backgrounded.java"
# interfaces
.implements Lrx/functions/Action1;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle;->checkBackgrounded(I)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x0
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lrx/functions/Action1",
"<",
"Ljava/lang/Throwable;",
">;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle;
# direct methods
.method constructor <init>(Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle;)V
.locals 0
.param p1, "this$0" # Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle;
.prologue
iput-object p1, p0, Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle$2;->this$0:Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle;
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public bridge synthetic call(Ljava/lang/Object;)V
.locals 0
.prologue
check-cast p1, Ljava/lang/Throwable;
invoke-virtual {p0, p1}, Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle$2;->call(Ljava/lang/Throwable;)V
return-void
.end method
.method public call(Ljava/lang/Throwable;)V
.locals 2
.param p1, "throwable" # Ljava/lang/Throwable;
.prologue
const-string v0, "Backgrounded"
const-string v1, "Subscription error in backgrounded delay."
invoke-static {v0, v1}, Landroid/util/Log;->e(Ljava/lang/String;Ljava/lang/String;)I
return-void
.end method