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
This commit is contained in:
2026-02-18 16:13:44 -08:00
parent c080f0d97f
commit f3960ee359
44288 changed files with 10998761 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/ui/remote/a;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract a(Ljava/lang/String;Ljava/util/HashMap;)V
.end method

View File

@@ -0,0 +1,87 @@
.class public final Lcom/fyber/inneractive/sdk/player/ui/remote/b$a;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/ui/remote/b;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/ui/remote/b;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/ui/remote/b;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/b$a;->a:Lcom/fyber/inneractive/sdk/player/ui/remote/b;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 5
const-string v0, "RemoteUIWebviewController"
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v1
const-string v2, "%s : remote UI load timeout task executed"
.line 1
invoke-static {v2, v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/b$a;->a:Lcom/fyber/inneractive/sdk/player/ui/remote/b;
.line 3
iget-object v2, v1, Lcom/fyber/inneractive/sdk/player/ui/remote/b;->b:Lcom/fyber/inneractive/sdk/web/remoteui/c;
const-string v3, ""
const/4 v4, 0x0
.line 4
invoke-virtual {v2, v3, v4, v4}, Landroid/webkit/WebView;->loadData(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
const/4 v2, 0x1
.line 5
iput-boolean v2, v1, Lcom/fyber/inneractive/sdk/player/ui/remote/b;->g:Z
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v2, "%s : UI load timed out"
.line 6
invoke-static {v2, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
.line 7
sget-object v0, Lcom/fyber/inneractive/sdk/util/p;->b:Landroid/os/Handler;
.line 8
iget-object v1, v1, Lcom/fyber/inneractive/sdk/player/ui/remote/b;->k:Lcom/fyber/inneractive/sdk/player/ui/remote/b$b;
invoke-virtual {v0, v1}, Landroid/os/Handler;->post(Ljava/lang/Runnable;)Z
return-void
.end method

View File

@@ -0,0 +1,72 @@
.class public final Lcom/fyber/inneractive/sdk/player/ui/remote/b$b;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/fyber/inneractive/sdk/player/ui/remote/b;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
# instance fields
.field public final synthetic a:Lcom/fyber/inneractive/sdk/player/ui/remote/b;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/ui/remote/b;)V
.locals 0
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/b$b;->a:Lcom/fyber/inneractive/sdk/player/ui/remote/b;
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final run()V
.locals 5
const-string v0, "RemoteUIWebviewController"
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "%s : remote UI failed task executed"
.line 1
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/b$b;->a:Lcom/fyber/inneractive/sdk/player/ui/remote/b;
.line 3
iget-boolean v1, v0, Lcom/fyber/inneractive/sdk/player/ui/remote/b;->h:Z
if-nez v1, :cond_0
.line 4
sget-object v1, Lcom/fyber/inneractive/sdk/web/remoteui/a;->TEMPLATE_LOAD_TIMEOUT:Lcom/fyber/inneractive/sdk/web/remoteui/a;
const/4 v2, 0x1
const/4 v3, 0x0
const-string v4, "Loading remote UI timed out"
invoke-virtual {v0, v1, v4, v2, v3}, Lcom/fyber/inneractive/sdk/player/ui/remote/b;->a(Lcom/fyber/inneractive/sdk/web/remoteui/a;Ljava/lang/String;ZLjava/util/HashMap;)V
:cond_0
return-void
.end method

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/player/ui/remote/c;
.super Ljava/lang/Object;
.source "SourceFile"

View File

@@ -0,0 +1,101 @@
.class public final Lcom/fyber/inneractive/sdk/player/ui/remote/d;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public a:Lcom/fyber/inneractive/sdk/player/ui/remote/c;
.field public final b:Ljava/util/concurrent/ConcurrentHashMap;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/concurrent/ConcurrentHashMap<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field public c:Z
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/ui/remote/c;)V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/d;->c:Z
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/d;->a:Lcom/fyber/inneractive/sdk/player/ui/remote/c;
.line 7
new-instance p1, Ljava/util/concurrent/ConcurrentHashMap;
invoke-direct {p1}, Ljava/util/concurrent/ConcurrentHashMap;-><init>()V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/d;->b:Ljava/util/concurrent/ConcurrentHashMap;
return-void
.end method
# virtual methods
.method public final a(ILcom/fyber/inneractive/sdk/util/p0;)V
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/d;->a:Lcom/fyber/inneractive/sdk/player/ui/remote/c;
if-eqz v0, :cond_0
.line 7
check-cast v0, Lcom/fyber/inneractive/sdk/player/ui/remote/b;
.line 8
iget-object v0, v0, Lcom/fyber/inneractive/sdk/player/ui/remote/b;->e:Lcom/fyber/inneractive/sdk/player/ui/m;
if-eqz v0, :cond_0
.line 9
check-cast v0, Lcom/fyber/inneractive/sdk/player/controller/o;
invoke-virtual {v0, p1, p2}, Lcom/fyber/inneractive/sdk/player/controller/o;->a(ILcom/fyber/inneractive/sdk/util/p0;)V
:cond_0
return-void
.end method
.method public final a(Ljava/lang/String;Ljava/lang/String;Z)V
.locals 0
if-eqz p3, :cond_0
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/d;->a:Lcom/fyber/inneractive/sdk/player/ui/remote/c;
if-eqz p1, :cond_1
.line 2
check-cast p1, Lcom/fyber/inneractive/sdk/player/ui/remote/b;
.line 3
iget-object p1, p1, Lcom/fyber/inneractive/sdk/player/ui/remote/b;->b:Lcom/fyber/inneractive/sdk/web/remoteui/c;
.line 4
invoke-virtual {p1, p2}, Lcom/fyber/inneractive/sdk/web/h;->a(Ljava/lang/String;)V
goto :goto_0
:cond_0
iget-object p3, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/d;->b:Ljava/util/concurrent/ConcurrentHashMap;
.line 5
invoke-virtual {p3, p1, p2}, Ljava/util/concurrent/ConcurrentHashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
:cond_1
:goto_0
return-void
.end method

View File

@@ -0,0 +1,253 @@
.class public final Lcom/fyber/inneractive/sdk/player/ui/remote/e;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static a(Lcom/fyber/inneractive/sdk/web/remoteui/a;Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;Lcom/fyber/inneractive/sdk/response/e;Ljava/lang/String;Ljava/lang/String;)V
.locals 4
const-string v0, "Got exception adding param to json object: %s, %s"
.line 21
new-instance v1, Lcom/fyber/inneractive/sdk/network/s$a;
sget-object v2, Lcom/fyber/inneractive/sdk/network/q;->VAST_ERROR_DVC_FAILURE:Lcom/fyber/inneractive/sdk/network/q;
const/4 v3, 0x0
.line 22
invoke-direct {v1, v2, p1, p2, v3}, Lcom/fyber/inneractive/sdk/network/s$a;-><init>(Lcom/fyber/inneractive/sdk/network/q;Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;Lcom/fyber/inneractive/sdk/response/e;Lorg/json/JSONArray;)V
.line 23
new-instance p1, Lorg/json/JSONObject;
invoke-direct {p1}, Lorg/json/JSONObject;-><init>()V
const-string p2, "errorCode"
.line 24
invoke-virtual {p0}, Ljava/lang/Enum;->name()Ljava/lang/String;
move-result-object p0
.line 25
:try_start_0
invoke-virtual {p1, p2, p0}, Lorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject;
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
filled-new-array {p2, p0}, [Ljava/lang/Object;
move-result-object p0
.line 27
invoke-static {v0, p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->f(Ljava/lang/String;[Ljava/lang/Object;)V
.line 28
:goto_0
invoke-static {p4}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result p0
if-nez p0, :cond_0
const-string p0, "templateURL"
.line 30
:try_start_1
invoke-virtual {p1, p0, p4}, Lorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject;
:try_end_1
.catch Ljava/lang/Exception; {:try_start_1 .. :try_end_1} :catch_1
goto :goto_1
:catch_1
filled-new-array {p0, p4}, [Ljava/lang/Object;
move-result-object p0
.line 32
invoke-static {v0, p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->f(Ljava/lang/String;[Ljava/lang/Object;)V
.line 33
:cond_0
:goto_1
invoke-static {p3}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result p0
if-nez p0, :cond_1
const-string p0, "error"
.line 35
:try_start_2
invoke-virtual {p1, p0, p3}, Lorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject;
:try_end_2
.catch Ljava/lang/Exception; {:try_start_2 .. :try_end_2} :catch_2
goto :goto_2
:catch_2
filled-new-array {p0, p3}, [Ljava/lang/Object;
move-result-object p0
.line 37
invoke-static {v0, p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->f(Ljava/lang/String;[Ljava/lang/Object;)V
:cond_1
:goto_2
iget-object p0, v1, Lcom/fyber/inneractive/sdk/network/s$a;->f:Lorg/json/JSONArray;
.line 38
invoke-virtual {p0, p1}, Lorg/json/JSONArray;->put(Ljava/lang/Object;)Lorg/json/JSONArray;
.line 39
invoke-virtual {v1, v3}, Lcom/fyber/inneractive/sdk/network/s$a;->a(Ljava/lang/String;)V
return-void
.end method
.method public static a(Lcom/fyber/inneractive/sdk/web/remoteui/a;Ljava/lang/String;Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;Lcom/fyber/inneractive/sdk/response/e;Ljava/util/HashMap;)V
.locals 4
const-string v0, "Got exception adding param to json object: %s, %s"
.line 1
new-instance v1, Lcom/fyber/inneractive/sdk/network/s$a;
sget-object v2, Lcom/fyber/inneractive/sdk/network/q;->VAST_ERROR_DVC_FAILURE:Lcom/fyber/inneractive/sdk/network/q;
const/4 v3, 0x0
.line 2
invoke-direct {v1, v2, p2, p3, v3}, Lcom/fyber/inneractive/sdk/network/s$a;-><init>(Lcom/fyber/inneractive/sdk/network/q;Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;Lcom/fyber/inneractive/sdk/response/e;Lorg/json/JSONArray;)V
.line 3
new-instance p2, Lorg/json/JSONObject;
invoke-direct {p2}, Lorg/json/JSONObject;-><init>()V
const-string p3, "errorCode"
.line 4
invoke-virtual {p0}, Ljava/lang/Enum;->name()Ljava/lang/String;
move-result-object p0
.line 5
:try_start_0
invoke-virtual {p2, p3, p0}, Lorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject;
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
filled-new-array {p3, p0}, [Ljava/lang/Object;
move-result-object p0
.line 7
invoke-static {v0, p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->f(Ljava/lang/String;[Ljava/lang/Object;)V
:goto_0
const-string p0, "templateURL"
.line 9
:try_start_1
invoke-virtual {p2, p0, p1}, Lorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject;
:try_end_1
.catch Ljava/lang/Exception; {:try_start_1 .. :try_end_1} :catch_1
goto :goto_1
:catch_1
filled-new-array {p0, p1}, [Ljava/lang/Object;
move-result-object p0
.line 11
invoke-static {v0, p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->f(Ljava/lang/String;[Ljava/lang/Object;)V
:goto_1
if-eqz p4, :cond_1
.line 12
invoke-interface {p4}, Ljava/util/Map;->isEmpty()Z
move-result p0
if-nez p0, :cond_1
.line 13
invoke-interface {p4}, Ljava/util/Map;->keySet()Ljava/util/Set;
move-result-object p0
invoke-interface {p0}, Ljava/util/Set;->iterator()Ljava/util/Iterator;
move-result-object p0
:cond_0
:goto_2
invoke-interface {p0}, Ljava/util/Iterator;->hasNext()Z
move-result p1
if-eqz p1, :cond_1
invoke-interface {p0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object p1
check-cast p1, Ljava/lang/String;
.line 14
invoke-interface {p4, p1}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p3
check-cast p3, Ljava/lang/String;
.line 15
invoke-static {p3}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v2
if-nez v2, :cond_0
.line 16
:try_start_2
invoke-virtual {p2, p1, p3}, Lorg/json/JSONObject;->put(Ljava/lang/String;Ljava/lang/Object;)Lorg/json/JSONObject;
:try_end_2
.catch Ljava/lang/Exception; {:try_start_2 .. :try_end_2} :catch_2
goto :goto_2
:catch_2
filled-new-array {p1, p3}, [Ljava/lang/Object;
move-result-object p1
.line 18
invoke-static {v0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->f(Ljava/lang/String;[Ljava/lang/Object;)V
goto :goto_2
:cond_1
iget-object p0, v1, Lcom/fyber/inneractive/sdk/network/s$a;->f:Lorg/json/JSONArray;
.line 19
invoke-virtual {p0, p2}, Lorg/json/JSONArray;->put(Ljava/lang/Object;)Lorg/json/JSONArray;
.line 20
invoke-virtual {v1, v3}, Lcom/fyber/inneractive/sdk/network/s$a;->a(Ljava/lang/String;)V
return-void
.end method

View File

@@ -0,0 +1,188 @@
.class public final Lcom/fyber/inneractive/sdk/player/ui/remote/f;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/web/remoteui/b;
# instance fields
.field public a:Lcom/fyber/inneractive/sdk/player/ui/s;
.field public b:Z
.field public c:Z
.field public d:Z
.field public e:Z
.field public f:Z
.field public g:Z
.field public h:Z
.field public i:Z
.field public j:Z
.field public k:Z
.field public l:Lcom/fyber/inneractive/sdk/ignite/l;
.field public m:Ljava/lang/String;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/player/ui/k;)V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->a:Lcom/fyber/inneractive/sdk/player/ui/s;
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->b:Z
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->c:Z
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->d:Z
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->e:Z
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->f:Z
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->g:Z
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->h:Z
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->i:Z
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->j:Z
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->k:Z
.line 65
sget-object v0, Lcom/fyber/inneractive/sdk/ignite/l;->NONE:Lcom/fyber/inneractive/sdk/ignite/l;
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->l:Lcom/fyber/inneractive/sdk/ignite/l;
const-string v0, ""
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->m:Ljava/lang/String;
iput-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->a:Lcom/fyber/inneractive/sdk/player/ui/s;
.line 83
invoke-virtual {p1}, Lcom/fyber/inneractive/sdk/player/ui/k;->t()Z
move-result p1
iput-boolean p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->h:Z
return-void
.end method
# virtual methods
.method public final a(Lcom/fyber/inneractive/sdk/web/remoteui/a;Ljava/lang/String;ZLjava/util/HashMap;)V
.locals 0
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->a:Lcom/fyber/inneractive/sdk/player/ui/s;
if-nez p1, :cond_0
const-string p1, "RemoteUiFallbackHandler"
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
const-string p2, "%s: showFallback: fallback won\'t be displayed because it is null"
.line 2
invoke-static {p2, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
goto :goto_0
:cond_0
iget-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->b:Z
.line 6
invoke-virtual {p1, p2}, Lcom/fyber/inneractive/sdk/player/ui/s;->h(Z)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->a:Lcom/fyber/inneractive/sdk/player/ui/s;
iget-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->i:Z
.line 7
invoke-virtual {p1, p2}, Lcom/fyber/inneractive/sdk/player/ui/s;->e(Z)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->a:Lcom/fyber/inneractive/sdk/player/ui/s;
iget-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->f:Z
.line 8
invoke-virtual {p1, p2}, Lcom/fyber/inneractive/sdk/player/ui/s;->g(Z)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->a:Lcom/fyber/inneractive/sdk/player/ui/s;
iget-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->e:Z
iget-object p3, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->l:Lcom/fyber/inneractive/sdk/ignite/l;
.line 9
invoke-virtual {p1, p2, p3}, Lcom/fyber/inneractive/sdk/player/ui/s;->a(ZLcom/fyber/inneractive/sdk/ignite/l;)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->a:Lcom/fyber/inneractive/sdk/player/ui/s;
iget-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->h:Z
.line 10
invoke-virtual {p1, p2}, Lcom/fyber/inneractive/sdk/player/ui/s;->c(Z)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->a:Lcom/fyber/inneractive/sdk/player/ui/s;
iget-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->j:Z
iget-object p3, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->m:Ljava/lang/String;
.line 11
invoke-virtual {p1, p2, p3}, Lcom/fyber/inneractive/sdk/player/ui/s;->a(ZLjava/lang/String;)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->a:Lcom/fyber/inneractive/sdk/player/ui/s;
iget-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->g:Z
.line 12
invoke-virtual {p1, p2}, Lcom/fyber/inneractive/sdk/player/ui/s;->b(Z)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->a:Lcom/fyber/inneractive/sdk/player/ui/s;
iget-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->c:Z
.line 13
invoke-virtual {p1, p2}, Lcom/fyber/inneractive/sdk/player/ui/s;->f(Z)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->a:Lcom/fyber/inneractive/sdk/player/ui/s;
iget-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->d:Z
.line 14
invoke-virtual {p1, p2}, Lcom/fyber/inneractive/sdk/player/ui/s;->a(Z)V
iget-object p1, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->a:Lcom/fyber/inneractive/sdk/player/ui/s;
iget-boolean p2, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/f;->k:Z
.line 15
invoke-virtual {p1, p2}, Lcom/fyber/inneractive/sdk/player/ui/s;->d(Z)V
:goto_0
return-void
.end method

View File

@@ -0,0 +1,25 @@
.class public final Lcom/fyber/inneractive/sdk/player/ui/remote/g;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public final a:Lcom/fyber/inneractive/sdk/player/ui/remote/b;
# direct methods
.method public constructor <init>(Landroid/app/Application;Lcom/fyber/inneractive/sdk/flow/g0;Ljava/lang/String;)V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
new-instance v0, Lcom/fyber/inneractive/sdk/player/ui/remote/b;
invoke-direct {v0, p1, p2, p3}, Lcom/fyber/inneractive/sdk/player/ui/remote/b;-><init>(Landroid/app/Application;Lcom/fyber/inneractive/sdk/flow/g0;Ljava/lang/String;)V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/player/ui/remote/g;->a:Lcom/fyber/inneractive/sdk/player/ui/remote/b;
return-void
.end method