- 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
68 lines
1.6 KiB
Smali
68 lines
1.6 KiB
Smali
.class public final Lcom/tapjoy/x0;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroid/content/DialogInterface$OnClickListener;
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic a:Lcom/tapjoy/TJSplitWebView;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/tapjoy/TJSplitWebView;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/tapjoy/x0;->a:Lcom/tapjoy/TJSplitWebView;
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final onClick(Landroid/content/DialogInterface;I)V
|
|
.locals 1
|
|
|
|
iget-object p2, p0, Lcom/tapjoy/x0;->a:Lcom/tapjoy/TJSplitWebView;
|
|
|
|
.line 1
|
|
invoke-virtual {p2}, Lcom/tapjoy/TJSplitWebView;->getLastUrl()Ljava/lang/String;
|
|
|
|
move-result-object p2
|
|
|
|
invoke-static {p2}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
|
|
|
|
move-result p2
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
iget-object p2, p0, Lcom/tapjoy/x0;->a:Lcom/tapjoy/TJSplitWebView;
|
|
|
|
.line 2
|
|
iget-object v0, p2, Lcom/tapjoy/TJSplitWebView;->d:Ljava/lang/String;
|
|
|
|
invoke-virtual {p2, v0}, Lcom/tapjoy/TJSplitWebView;->loadUrl(Ljava/lang/String;)V
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
iget-object p2, p0, Lcom/tapjoy/x0;->a:Lcom/tapjoy/TJSplitWebView;
|
|
|
|
.line 4
|
|
invoke-virtual {p2}, Lcom/tapjoy/TJSplitWebView;->getLastUrl()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {p2, v0}, Lcom/tapjoy/TJSplitWebView;->loadUrl(Ljava/lang/String;)V
|
|
|
|
.line 6
|
|
:goto_0
|
|
invoke-interface {p1}, Landroid/content/DialogInterface;->cancel()V
|
|
|
|
return-void
|
|
.end method
|