Changes of com.discord v1333
This commit is contained in:
parent
a21e5a6a18
commit
18c9b7884b
18128 changed files with 1008335 additions and 970532 deletions
|
@ -52,9 +52,9 @@
|
|||
|
||||
sget-object v0, Ljava/lang/Boolean;->TRUE:Ljava/lang/Boolean;
|
||||
|
||||
iget-object p1, p1, Lrx/subjects/SerializedSubject;->e:Lh0/n/c;
|
||||
iget-object p1, p1, Lrx/subjects/SerializedSubject;->e:Li0/n/c;
|
||||
|
||||
invoke-virtual {p1, v0}, Lh0/n/c;->onNext(Ljava/lang/Object;)V
|
||||
invoke-virtual {p1, v0}, Li0/n/c;->onNext(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
|
|
@ -15,15 +15,15 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field private static final DELAY:I = 0x7d0
|
||||
.field public static final DELAY:I = 0x7d0
|
||||
|
||||
.field private static final DELAY_SHORT:I = 0x1f4
|
||||
.field public static final DELAY_SHORT:I = 0x1f4
|
||||
|
||||
.field private static final TAG:Ljava/lang/String; = "Backgrounded"
|
||||
.field public static final TAG:Ljava/lang/String; = "Backgrounded"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
|
||||
# instance fields
|
||||
.field private subscription:Lrx/Subscription;
|
||||
.field public subscription:Lrx/Subscription;
|
||||
|
||||
|
||||
# direct methods
|
||||
|
@ -44,7 +44,7 @@
|
|||
|
||||
sget-object p1, Ljava/util/concurrent/TimeUnit;->MILLISECONDS:Ljava/util/concurrent/TimeUnit;
|
||||
|
||||
invoke-static {v0, v1, p1}, Lrx/Observable;->Y(JLjava/util/concurrent/TimeUnit;)Lrx/Observable;
|
||||
invoke-static {v0, v1, p1}, Lrx/Observable;->Z(JLjava/util/concurrent/TimeUnit;)Lrx/Observable;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
|||
|
||||
invoke-direct {v1, p0}, Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle$2;-><init>(Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle;)V
|
||||
|
||||
invoke-virtual {p1, v0, v1}, Lrx/Observable;->R(Lrx/functions/Action1;Lrx/functions/Action1;)Lrx/Subscription;
|
||||
invoke-virtual {p1, v0, v1}, Lrx/Observable;->S(Lrx/functions/Action1;Lrx/functions/Action1;)Lrx/Subscription;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
|
@ -93,9 +93,9 @@
|
|||
|
||||
sget-object v0, Ljava/lang/Boolean;->FALSE:Ljava/lang/Boolean;
|
||||
|
||||
iget-object p1, p1, Lrx/subjects/SerializedSubject;->e:Lh0/n/c;
|
||||
iget-object p1, p1, Lrx/subjects/SerializedSubject;->e:Li0/n/c;
|
||||
|
||||
invoke-virtual {p1, v0}, Lh0/n/c;->onNext(Ljava/lang/Object;)V
|
||||
invoke-virtual {p1, v0}, Li0/n/c;->onNext(Ljava/lang/Object;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field private static final emitter:Lrx/subjects/SerializedSubject;
|
||||
.field public static final emitter:Lrx/subjects/SerializedSubject;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Lrx/subjects/SerializedSubject<",
|
||||
|
@ -23,7 +23,7 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private static lifecycle:Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle;
|
||||
.field public static lifecycle:Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle;
|
||||
|
||||
|
||||
# direct methods
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
new-instance v0, Lrx/subjects/SerializedSubject;
|
||||
|
||||
invoke-static {}, Lrx/subjects/BehaviorSubject;->f0()Lrx/subjects/BehaviorSubject;
|
||||
invoke-static {}, Lrx/subjects/BehaviorSubject;->g0()Lrx/subjects/BehaviorSubject;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
|
@ -59,7 +59,7 @@
|
|||
return-object v0
|
||||
.end method
|
||||
|
||||
.method private static checkInitialized()V
|
||||
.method public static checkInitialized()V
|
||||
.locals 2
|
||||
|
||||
sget-object v0, Lcom/miguelgaeta/backgrounded/Backgrounded;->lifecycle:Lcom/miguelgaeta/backgrounded/Backgrounded$Lifecycle;
|
||||
|
@ -137,15 +137,15 @@
|
|||
|
||||
sget-object v0, Lcom/miguelgaeta/backgrounded/Backgrounded;->emitter:Lrx/subjects/SerializedSubject;
|
||||
|
||||
invoke-static {v0}, Ljava/util/Objects;->requireNonNull(Ljava/lang/Object;)Ljava/lang/Object;
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
sget-object v1, Ljava/lang/Boolean;->TRUE:Ljava/lang/Boolean;
|
||||
|
||||
new-instance v2, Lh0/l/a/a;
|
||||
new-instance v2, Li0/l/a/a;
|
||||
|
||||
invoke-direct {v2, v1, v0}, Lh0/l/a/a;-><init>(Ljava/lang/Object;Lrx/Observable;)V
|
||||
invoke-direct {v2, v1, v0}, Li0/l/a/a;-><init>(Ljava/lang/Object;Lrx/Observable;)V
|
||||
|
||||
invoke-virtual {v2}, Lh0/l/a/a;->iterator()Ljava/util/Iterator;
|
||||
invoke-virtual {v2}, Li0/l/a/a;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
|
@ -160,4 +160,9 @@
|
|||
move-result v0
|
||||
|
||||
return v0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
throw v0
|
||||
.end method
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
|
||||
# direct methods
|
||||
.method private constructor <init>()V
|
||||
.method public constructor <init>()V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue