SafeCompletableSubscriber.smali
.class public final Lrx/observers/SafeCompletableSubscriber;
.super Ljava/lang/Object;
.source "SafeCompletableSubscriber.java"
# interfaces
.implements Lrx/CompletableSubscriber;
.implements Lrx/Subscription;
# instance fields
.field final actual:Lrx/CompletableSubscriber;
.field done:Z
.field s:Lrx/Subscription;
# direct methods
.method public constructor <init>(Lrx/CompletableSubscriber;)V
.registers 2
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput-object p1, p0, Lrx/observers/SafeCompletableSubscriber;->actual:Lrx/CompletableSubscriber;
return-void
.end method
# virtual methods
.method public isUnsubscribed()Z
.registers 2
.line 1
iget-boolean v0, p0, Lrx/observers/SafeCompletableSubscriber;->done:Z
if-nez v0, :cond_f
iget-object v0, p0, Lrx/observers/SafeCompletableSubscriber;->s:Lrx/Subscription;
invoke-interface {v0}, Lrx/Subscription;->isUnsubscribed()Z
move-result v0
if-eqz v0, :cond_d
goto :goto_f
:cond_d
const/4 v0, 0x0
goto :goto_10
:cond_f
:goto_f
const/4 v0, 0x1
:goto_10
return v0
.end method
.method public onCompleted()V
.registers 3
.line 1
iget-boolean v0, p0, Lrx/observers/SafeCompletableSubscriber;->done:Z
if-eqz v0, :cond_5
return-void
:cond_5
const/4 v0, 0x1
.line 2
iput-boolean v0, p0, Lrx/observers/SafeCompletableSubscriber;->done:Z
.line 3
:try_start_8
iget-object v0, p0, Lrx/observers/SafeCompletableSubscriber;->actual:Lrx/CompletableSubscriber;
invoke-interface {v0}, Lrx/CompletableSubscriber;->onCompleted()V
:try_end_d
.catch Ljava/lang/Throwable; {:try_start_8 .. :try_end_d} :catch_e
return-void
:catch_e
move-exception v0
.line 4
invoke-static {v0}, Lrx/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 5
new-instance v1, Lrx/exceptions/OnCompletedFailedException;
invoke-direct {v1, v0}, Lrx/exceptions/OnCompletedFailedException;-><init>(Ljava/lang/Throwable;)V
throw v1
.end method
.method public onError(Ljava/lang/Throwable;)V
.registers 8
.line 1
invoke-static {p1}, Lrx/plugins/RxJavaHooks;->onError(Ljava/lang/Throwable;)V
.line 2
iget-boolean v0, p0, Lrx/observers/SafeCompletableSubscriber;->done:Z
if-eqz v0, :cond_8
return-void
:cond_8
const/4 v0, 0x1
.line 3
iput-boolean v0, p0, Lrx/observers/SafeCompletableSubscriber;->done:Z
.line 4
:try_start_b
iget-object v1, p0, Lrx/observers/SafeCompletableSubscriber;->actual:Lrx/CompletableSubscriber;
invoke-interface {v1, p1}, Lrx/CompletableSubscriber;->onError(Ljava/lang/Throwable;)V
:try_end_10
.catch Ljava/lang/Throwable; {:try_start_b .. :try_end_10} :catch_11
return-void
:catch_11
move-exception v1
.line 5
invoke-static {v1}, Lrx/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 6
new-instance v2, Lrx/exceptions/OnErrorFailedException;
new-instance v3, Lrx/exceptions/CompositeException;
const/4 v4, 0x2
new-array v4, v4, [Ljava/lang/Throwable;
const/4 v5, 0x0
aput-object p1, v4, v5
aput-object v1, v4, v0
invoke-direct {v3, v4}, Lrx/exceptions/CompositeException;-><init>([Ljava/lang/Throwable;)V
invoke-direct {v2, v3}, Lrx/exceptions/OnErrorFailedException;-><init>(Ljava/lang/Throwable;)V
throw v2
.end method
.method public onSubscribe(Lrx/Subscription;)V
.registers 3
.line 1
iput-object p1, p0, Lrx/observers/SafeCompletableSubscriber;->s:Lrx/Subscription;
.line 2
:try_start_2
iget-object v0, p0, Lrx/observers/SafeCompletableSubscriber;->actual:Lrx/CompletableSubscriber;
invoke-interface {v0, p0}, Lrx/CompletableSubscriber;->onSubscribe(Lrx/Subscription;)V
:try_end_7
.catch Ljava/lang/Throwable; {:try_start_2 .. :try_end_7} :catch_8
goto :goto_12
:catch_8
move-exception v0
.line 3
invoke-static {v0}, Lrx/exceptions/Exceptions;->throwIfFatal(Ljava/lang/Throwable;)V
.line 4
invoke-interface {p1}, Lrx/Subscription;->unsubscribe()V
.line 5
invoke-virtual {p0, v0}, Lrx/observers/SafeCompletableSubscriber;->onError(Ljava/lang/Throwable;)V
:goto_12
return-void
.end method
.method public unsubscribe()V
.registers 2
.line 1
iget-object v0, p0, Lrx/observers/SafeCompletableSubscriber;->s:Lrx/Subscription;
invoke-interface {v0}, Lrx/Subscription;->unsubscribe()V
return-void
.end method