- 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
88 lines
2.5 KiB
Smali
88 lines
2.5 KiB
Smali
.class Lcom/facebook/gamingservices/FriendFinderDialog$2;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/facebook/internal/CallbackManagerImpl$Callback;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/facebook/gamingservices/FriendFinderDialog;->registerCallbackImpl(Lcom/facebook/internal/CallbackManagerImpl;Lcom/facebook/FacebookCallback;)V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcom/facebook/gamingservices/FriendFinderDialog;
|
|
|
|
.field final synthetic val$callback:Lcom/facebook/FacebookCallback;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/facebook/gamingservices/FriendFinderDialog;Lcom/facebook/FacebookCallback;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/facebook/gamingservices/FriendFinderDialog$2;->this$0:Lcom/facebook/gamingservices/FriendFinderDialog;
|
|
|
|
iput-object p2, p0, Lcom/facebook/gamingservices/FriendFinderDialog$2;->val$callback:Lcom/facebook/FacebookCallback;
|
|
|
|
.line 128
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onActivityResult(ILandroid/content/Intent;)Z
|
|
.locals 2
|
|
|
|
const/4 p1, 0x1
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
const-string v0, "error"
|
|
|
|
.line 131
|
|
invoke-virtual {p2, v0}, Landroid/content/Intent;->hasExtra(Ljava/lang/String;)Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 132
|
|
invoke-virtual {p2, v0}, Landroid/content/Intent;->getParcelableExtra(Ljava/lang/String;)Landroid/os/Parcelable;
|
|
|
|
move-result-object p2
|
|
|
|
check-cast p2, Lcom/facebook/FacebookRequestError;
|
|
|
|
iget-object v0, p0, Lcom/facebook/gamingservices/FriendFinderDialog$2;->val$callback:Lcom/facebook/FacebookCallback;
|
|
|
|
.line 133
|
|
invoke-virtual {p2}, Lcom/facebook/FacebookRequestError;->getException()Lcom/facebook/FacebookException;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-interface {v0, p2}, Lcom/facebook/FacebookCallback;->onError(Lcom/facebook/FacebookException;)V
|
|
|
|
return p1
|
|
|
|
:cond_0
|
|
iget-object p2, p0, Lcom/facebook/gamingservices/FriendFinderDialog$2;->val$callback:Lcom/facebook/FacebookCallback;
|
|
|
|
.line 136
|
|
new-instance v0, Lcom/facebook/gamingservices/FriendFinderDialog$Result;
|
|
|
|
invoke-direct {v0}, Lcom/facebook/gamingservices/FriendFinderDialog$Result;-><init>()V
|
|
|
|
invoke-interface {p2, v0}, Lcom/facebook/FacebookCallback;->onSuccess(Ljava/lang/Object;)V
|
|
|
|
return p1
|
|
.end method
|