- 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
84 lines
2.0 KiB
Smali
84 lines
2.0 KiB
Smali
.class public final Lcom/tapjoy/internal/w2;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Ljava/util/Observer;
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic a:Ljava/util/concurrent/CountDownLatch;
|
|
|
|
.field public final synthetic b:Lcom/tapjoy/internal/y2;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/tapjoy/internal/y2;Ljava/util/concurrent/CountDownLatch;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/tapjoy/internal/w2;->b:Lcom/tapjoy/internal/y2;
|
|
|
|
iput-object p2, p0, Lcom/tapjoy/internal/w2;->a:Ljava/util/concurrent/CountDownLatch;
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final update(Ljava/util/Observable;Ljava/lang/Object;)V
|
|
.locals 1
|
|
|
|
.line 1
|
|
sget-object p1, Lcom/tapjoy/internal/y;->b:Lcom/tapjoy/internal/x;
|
|
|
|
invoke-virtual {p1, p0}, Ljava/util/Observable;->deleteObserver(Ljava/util/Observer;)V
|
|
|
|
.line 2
|
|
instance-of p1, p2, Ljava/lang/Boolean;
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
iget-object p1, p0, Lcom/tapjoy/internal/w2;->b:Lcom/tapjoy/internal/y2;
|
|
|
|
sget-object v0, Ljava/lang/Boolean;->TRUE:Ljava/lang/Boolean;
|
|
|
|
.line 3
|
|
invoke-virtual {v0, p2}, Ljava/lang/Boolean;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result p2
|
|
|
|
iput-boolean p2, p1, Lcom/tapjoy/internal/y2;->a:Z
|
|
|
|
goto :goto_0
|
|
|
|
.line 4
|
|
:cond_0
|
|
instance-of p1, p2, Ljava/lang/String;
|
|
|
|
if-eqz p1, :cond_1
|
|
|
|
iget-object p1, p0, Lcom/tapjoy/internal/w2;->b:Lcom/tapjoy/internal/y2;
|
|
|
|
.line 5
|
|
check-cast p2, Ljava/lang/String;
|
|
|
|
iput-object p2, p1, Lcom/tapjoy/internal/y2;->b:Ljava/lang/String;
|
|
|
|
.line 6
|
|
iget-object p1, p1, Lcom/tapjoy/internal/y2;->e:Lcom/tapjoy/internal/q2;
|
|
|
|
iput-object p2, p1, Lcom/tapjoy/internal/z2;->j:Ljava/lang/String;
|
|
|
|
:cond_1
|
|
:goto_0
|
|
iget-object p1, p0, Lcom/tapjoy/internal/w2;->a:Ljava/util/concurrent/CountDownLatch;
|
|
|
|
.line 8
|
|
invoke-virtual {p1}, Ljava/util/concurrent/CountDownLatch;->countDown()V
|
|
|
|
return-void
|
|
.end method
|