apkfuckery/com.discord/smali_classes2/rx/observers/a$1.smali

61 lines
1 KiB
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class final Lrx/observers/a$1;
2019-02-04 20:05:16 +00:00
.super Ljava/lang/Object;
2019-02-04 20:29:01 +00:00
.source "Observers.java"
2019-02-04 20:05:16 +00:00
# interfaces
2019-02-04 20:08:30 +00:00
.implements Lrx/e;
2019-02-04 20:05:16 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
2019-02-04 20:08:30 +00:00
value = Lrx/observers/a;
2019-02-04 20:05:16 +00:00
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x8
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
2019-02-04 20:08:30 +00:00
"Lrx/e<",
2019-02-04 20:05:16 +00:00
"Ljava/lang/Object;",
">;"
}
.end annotation
# direct methods
.method constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final onCompleted()V
.locals 0
return-void
.end method
.method public final onError(Ljava/lang/Throwable;)V
.locals 1
2019-02-04 20:08:30 +00:00
new-instance v0, Lrx/a/f;
2019-02-04 20:05:16 +00:00
2019-02-04 20:08:30 +00:00
invoke-direct {v0, p1}, Lrx/a/f;-><init>(Ljava/lang/Throwable;)V
2019-02-04 20:05:16 +00:00
throw v0
.end method
.method public final onNext(Ljava/lang/Object;)V
.locals 0
return-void
.end method