Files
rr3-apk/smali_classes4/csdk/glucentralservices/util/AndroidPlatform$7$1.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

64 lines
1.7 KiB
Smali

.class Lcsdk/glucentralservices/util/AndroidPlatform$7$1;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcsdk/glucentralservices/webview/IWebViewListener;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcsdk/glucentralservices/util/AndroidPlatform$7;->run()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic this$1:Lcsdk/glucentralservices/util/AndroidPlatform$7;
# direct methods
.method public constructor <init>(Lcsdk/glucentralservices/util/AndroidPlatform$7;)V
.locals 0
iput-object p1, p0, Lcsdk/glucentralservices/util/AndroidPlatform$7$1;->this$1:Lcsdk/glucentralservices/util/AndroidPlatform$7;
.line 432
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public onStatusReceived(Ljava/lang/String;Ljava/lang/Throwable;)V
.locals 4
iget-object v0, p0, Lcsdk/glucentralservices/util/AndroidPlatform$7$1;->this$1:Lcsdk/glucentralservices/util/AndroidPlatform$7;
.line 435
iget-object v1, v0, Lcsdk/glucentralservices/util/AndroidPlatform$7;->this$0:Lcsdk/glucentralservices/util/AndroidPlatform;
iget-wide v2, v0, Lcsdk/glucentralservices/util/AndroidPlatform$7;->val$nativeCallback:J
if-eqz p2, :cond_0
invoke-virtual {p2}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object p2
goto :goto_0
:cond_0
const/4 p2, 0x0
:goto_0
invoke-static {v1, v2, v3, p1, p2}, Lcsdk/glucentralservices/util/AndroidPlatform;->access$800(Lcsdk/glucentralservices/util/AndroidPlatform;JLjava/lang/String;Ljava/lang/String;)V
return-void
.end method