- 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
89 lines
2.4 KiB
Smali
89 lines
2.4 KiB
Smali
.class public Lcom/helpshift/activities/HSMainActivity$1;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroidx/fragment/app/FragmentManager$OnBackStackChangedListener;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/helpshift/activities/HSMainActivity;->initStatusBarColorOnServiceChange()V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1
|
|
name = null
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic this$0:Lcom/helpshift/activities/HSMainActivity;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/helpshift/activities/HSMainActivity;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/helpshift/activities/HSMainActivity$1;->this$0:Lcom/helpshift/activities/HSMainActivity;
|
|
|
|
.line 429
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onBackStackChanged()V
|
|
.locals 4
|
|
|
|
iget-object v0, p0, Lcom/helpshift/activities/HSMainActivity$1;->this$0:Lcom/helpshift/activities/HSMainActivity;
|
|
|
|
.line 432
|
|
invoke-static {v0}, Lcom/helpshift/activities/HSMainActivity;->access$000(Lcom/helpshift/activities/HSMainActivity;)Landroidx/fragment/app/Fragment;
|
|
|
|
move-result-object v0
|
|
|
|
const/4 v1, 0x1
|
|
|
|
const/4 v2, 0x0
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
iget-object v0, p0, Lcom/helpshift/activities/HSMainActivity$1;->this$0:Lcom/helpshift/activities/HSMainActivity;
|
|
|
|
.line 434
|
|
invoke-static {v0, v2, v1}, Lcom/helpshift/activities/HSMainActivity;->access$100(Lcom/helpshift/activities/HSMainActivity;ZZ)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 436
|
|
:cond_0
|
|
instance-of v3, v0, Lcom/helpshift/chat/HSChatFragment;
|
|
|
|
if-eqz v3, :cond_1
|
|
|
|
iget-object v0, p0, Lcom/helpshift/activities/HSMainActivity$1;->this$0:Lcom/helpshift/activities/HSMainActivity;
|
|
|
|
.line 437
|
|
invoke-static {v0, v2, v2}, Lcom/helpshift/activities/HSMainActivity;->access$100(Lcom/helpshift/activities/HSMainActivity;ZZ)V
|
|
|
|
goto :goto_0
|
|
|
|
.line 439
|
|
:cond_1
|
|
instance-of v0, v0, Lcom/helpshift/faq/HSHelpcenterFragment;
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
iget-object v0, p0, Lcom/helpshift/activities/HSMainActivity$1;->this$0:Lcom/helpshift/activities/HSMainActivity;
|
|
|
|
.line 440
|
|
invoke-static {v0, v1, v2}, Lcom/helpshift/activities/HSMainActivity;->access$100(Lcom/helpshift/activities/HSMainActivity;ZZ)V
|
|
|
|
:cond_2
|
|
:goto_0
|
|
return-void
|
|
.end method
|