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

112 lines
3.3 KiB
Smali

.class final Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$g;
.super Landroid/webkit/WebViewClient;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "g"
.end annotation
# instance fields
.field a:Ljava/lang/ref/WeakReference;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/ref/WeakReference<",
"Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;",
">;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;)V
.locals 1
.line 2632
invoke-direct {p0}, Landroid/webkit/WebViewClient;-><init>()V
.line 2633
new-instance v0, Ljava/lang/ref/WeakReference;
invoke-direct {v0, p1}, Ljava/lang/ref/WeakReference;-><init>(Ljava/lang/Object;)V
iput-object v0, p0, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$g;->a:Ljava/lang/ref/WeakReference;
return-void
.end method
# virtual methods
.method public final onPageFinished(Landroid/webkit/WebView;Ljava/lang/String;)V
.locals 1
.line 2638
invoke-super {p0, p1, p2}, Landroid/webkit/WebViewClient;->onPageFinished(Landroid/webkit/WebView;Ljava/lang/String;)V
:try_start_0
iget-object p1, p0, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$g;->a:Ljava/lang/ref/WeakReference;
.line 2640
invoke-virtual {p1}, Ljava/lang/ref/Reference;->get()Ljava/lang/Object;
move-result-object p1
check-cast p1, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;
if-eqz p1, :cond_0
.line 2641
invoke-static {p1}, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;->l(Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;)Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$a;
move-result-object p2
if-eqz p2, :cond_0
invoke-static {p1}, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;->l(Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;)Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$a;
move-result-object p2
sget-object v0, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$a;->a:Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$a;
if-ne p2, v0, :cond_0
.line 2642
invoke-static {p1}, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;->K(Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;)V
.line 2643
sget-object p2, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$a;->c:Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$a;
invoke-static {p1, p2}, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;->a(Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$a;)Lcom/mbridge/msdk/nativex/view/BaseMBMediaView$a;
.line 2644
invoke-virtual {p1}, Lcom/mbridge/msdk/nativex/view/BaseMBMediaView;->changeNoticeURL()V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
move-exception p1
const-string p2, "BaseMBMediaView"
.line 2647
invoke-virtual {p1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object p1
invoke-static {p2, p1}, Lcom/mbridge/msdk/foundation/tools/af;->b(Ljava/lang/String;Ljava/lang/String;)V
:cond_0
:goto_0
return-void
.end method