Files
rr3-apk/smali_classes2/com/firemonkeys/cloudcellapi/FacebookWorker$12.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

81 lines
2.5 KiB
Smali

.class Lcom/firemonkeys/cloudcellapi/FacebookWorker$12;
.super Lcom/facebook/ProfileTracker;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/firemonkeys/cloudcellapi/FacebookWorker;->OnLoginSuccess(JJ)V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic this$0:Lcom/firemonkeys/cloudcellapi/FacebookWorker;
.field final synthetic val$pCallback:J
.field final synthetic val$pUserPointer:J
# direct methods
.method public constructor <init>(Lcom/firemonkeys/cloudcellapi/FacebookWorker;JJ)V
.locals 0
iput-object p1, p0, Lcom/firemonkeys/cloudcellapi/FacebookWorker$12;->this$0:Lcom/firemonkeys/cloudcellapi/FacebookWorker;
iput-wide p2, p0, Lcom/firemonkeys/cloudcellapi/FacebookWorker$12;->val$pCallback:J
iput-wide p4, p0, Lcom/firemonkeys/cloudcellapi/FacebookWorker$12;->val$pUserPointer:J
.line 856
invoke-direct {p0}, Lcom/facebook/ProfileTracker;-><init>()V
return-void
.end method
# virtual methods
.method public onCurrentProfileChanged(Lcom/facebook/Profile;Lcom/facebook/Profile;)V
.locals 4
if-eqz p2, :cond_0
.line 862
invoke-static {}, Lcom/firemonkeys/cloudcellapi/FacebookWorker;->-$$Nest$sfgetCLASSNAME()Ljava/lang/String;
move-result-object p1
const-string p2, "Profile loaded"
invoke-static {p1, p2}, Lcom/firemonkeys/cloudcellapi/Logging;->CC_TRACE(Ljava/lang/Object;Ljava/lang/String;)V
iget-object p1, p0, Lcom/firemonkeys/cloudcellapi/FacebookWorker$12;->this$0:Lcom/firemonkeys/cloudcellapi/FacebookWorker;
iget-wide v0, p0, Lcom/firemonkeys/cloudcellapi/FacebookWorker$12;->val$pCallback:J
iget-wide v2, p0, Lcom/firemonkeys/cloudcellapi/FacebookWorker$12;->val$pUserPointer:J
.line 863
invoke-static {p1, v0, v1, v2, v3}, Lcom/firemonkeys/cloudcellapi/FacebookWorker;->-$$Nest$mOnLoginSuccess(Lcom/firemonkeys/cloudcellapi/FacebookWorker;JJ)V
goto :goto_0
:cond_0
iget-object p1, p0, Lcom/firemonkeys/cloudcellapi/FacebookWorker$12;->this$0:Lcom/firemonkeys/cloudcellapi/FacebookWorker;
iget-wide v0, p0, Lcom/firemonkeys/cloudcellapi/FacebookWorker$12;->val$pCallback:J
iget-wide v2, p0, Lcom/firemonkeys/cloudcellapi/FacebookWorker$12;->val$pUserPointer:J
.line 867
invoke-static {p1, v0, v1, v2, v3}, Lcom/firemonkeys/cloudcellapi/FacebookWorker;->-$$Nest$mOnLoginFailure(Lcom/firemonkeys/cloudcellapi/FacebookWorker;JJ)V
:goto_0
return-void
.end method