Changes of com.discord v1144
This commit is contained in:
parent
4746542b20
commit
f52990c3c2
25752 changed files with 4382359 additions and 77 deletions
62
com.discord/smali/androidx/fragment/app/Fragment$2.smali
Normal file
62
com.discord/smali/androidx/fragment/app/Fragment$2.smali
Normal file
|
@ -0,0 +1,62 @@
|
|||
.class public Landroidx/fragment/app/Fragment$2;
|
||||
.super Ljava/lang/Object;
|
||||
.source "Fragment.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroidx/lifecycle/LifecycleEventObserver;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Landroidx/fragment/app/Fragment;->initLifecycle()V
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x1
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field public final synthetic this$0:Landroidx/fragment/app/Fragment;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public constructor <init>(Landroidx/fragment/app/Fragment;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Landroidx/fragment/app/Fragment$2;->this$0:Landroidx/fragment/app/Fragment;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public onStateChanged(Landroidx/lifecycle/LifecycleOwner;Landroidx/lifecycle/Lifecycle$Event;)V
|
||||
.locals 0
|
||||
.param p1 # Landroidx/lifecycle/LifecycleOwner;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
.param p2 # Landroidx/lifecycle/Lifecycle$Event;
|
||||
.annotation build Landroidx/annotation/NonNull;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
sget-object p1, Landroidx/lifecycle/Lifecycle$Event;->ON_STOP:Landroidx/lifecycle/Lifecycle$Event;
|
||||
|
||||
if-ne p2, p1, :cond_0
|
||||
|
||||
iget-object p1, p0, Landroidx/fragment/app/Fragment$2;->this$0:Landroidx/fragment/app/Fragment;
|
||||
|
||||
iget-object p1, p1, Landroidx/fragment/app/Fragment;->mView:Landroid/view/View;
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-virtual {p1}, Landroid/view/View;->cancelPendingInputEvents()V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue