Files
rr3-apk/smali_classes4/com/mbridge/msdk/nativex/view/BaseMBMediaView$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

113 lines
2.7 KiB
Smali

.class final Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$1;
.super Landroid/os/Handler;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;->d()V
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field final synthetic a:Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;)V
.locals 0
iput-object p1, p0, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$1;->a:Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;
.line 260
invoke-direct {p0}, Landroid/os/Handler;-><init>()V
return-void
.end method
# virtual methods
.method public final handleMessage(Landroid/os/Message;)V
.locals 2
if-eqz p1, :cond_2
.line 265
:try_start_0
iget v0, p1, Landroid/os/Message;->what:I
const/4 v1, 0x1
if-eq v0, v1, :cond_1
const/4 v1, 0x3
if-eq v0, v1, :cond_0
goto :goto_1
.line 272
:cond_0
iget-object p1, p1, Landroid/os/Message;->obj:Ljava/lang/Object;
if-eqz p1, :cond_2
.line 273
instance-of v0, p1, Landroid/view/View;
if-eqz v0, :cond_2
.line 274
check-cast p1, Landroid/view/View;
iget-object v0, p0, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$1;->a:Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;
.line 275
invoke-static {v0, p1}, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;->a(Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;Landroid/view/View;)Z
move-result p1
if-eqz p1, :cond_2
iget-object p1, p0, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$1;->a:Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;
.line 277
invoke-static {p1}, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;->b(Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;)V
goto :goto_1
:catch_0
move-exception p1
goto :goto_0
:cond_1
iget-object p1, p0, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$1;->a:Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;
.line 267
invoke-static {p1}, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;->a(Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;)V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_1
:goto_0
const-string v0, "BaseMBMediaView"
.line 285
invoke-virtual {p1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object p1
invoke-static {v0, p1}, Lcom/mbridge/msdk/foundation/tools/af;->b(Ljava/lang/String;Ljava/lang/String;)V
:cond_2
:goto_1
return-void
.end method