Files
rr3-apk/smali_classes2/com/facebook/bolts/Task$TaskCompletionSource.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

55 lines
1.4 KiB
Smali

.class public final Lcom/facebook/bolts/Task$TaskCompletionSource;
.super Lcom/facebook/bolts/TaskCompletionSource;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/facebook/bolts/Task;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x11
name = "TaskCompletionSource"
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/facebook/bolts/TaskCompletionSource<",
"TTResult;>;"
}
.end annotation
# instance fields
.field final synthetic this$0:Lcom/facebook/bolts/Task;
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/facebook/bolts/Task<",
"TTResult;>;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lcom/facebook/bolts/Task;)V
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"()V"
}
.end annotation
const-string v0, "this$0"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
iput-object p1, p0, Lcom/facebook/bolts/Task$TaskCompletionSource;->this$0:Lcom/facebook/bolts/Task;
.line 513
invoke-direct {p0}, Lcom/facebook/bolts/TaskCompletionSource;-><init>()V
return-void
.end method