Changes of com.discord v831
This commit is contained in:
parent
082337727f
commit
d6743256bc
11327 changed files with 113808 additions and 103680 deletions
|
@ -1,5 +1,6 @@
|
|||
.class public Landroidx/fragment/app/DialogFragment;
|
||||
.super Landroidx/fragment/app/Fragment;
|
||||
.source "DialogFragment.java"
|
||||
|
||||
# interfaces
|
||||
.implements Landroid/content/DialogInterface$OnCancelListener;
|
||||
|
@ -117,8 +118,6 @@
|
|||
|
||||
if-eqz v1, :cond_1
|
||||
|
||||
iget-object v1, p0, Landroidx/fragment/app/DialogFragment;->mDialog:Landroid/app/Dialog;
|
||||
|
||||
invoke-virtual {v1}, Landroid/app/Dialog;->dismiss()V
|
||||
|
||||
:cond_1
|
||||
|
@ -412,7 +411,7 @@
|
|||
.end method
|
||||
|
||||
.method public onDestroyView()V
|
||||
.locals 1
|
||||
.locals 2
|
||||
|
||||
invoke-super {p0}, Landroidx/fragment/app/Fragment;->onDestroyView()V
|
||||
|
||||
|
@ -420,11 +419,9 @@
|
|||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const/4 v0, 0x1
|
||||
const/4 v1, 0x1
|
||||
|
||||
iput-boolean v0, p0, Landroidx/fragment/app/DialogFragment;->mViewDestroyed:Z
|
||||
|
||||
iget-object v0, p0, Landroidx/fragment/app/DialogFragment;->mDialog:Landroid/app/Dialog;
|
||||
iput-boolean v1, p0, Landroidx/fragment/app/DialogFragment;->mViewDestroyed:Z
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/Dialog;->dismiss()V
|
||||
|
||||
|
@ -502,8 +499,6 @@
|
|||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
iget-object p1, p0, Landroidx/fragment/app/DialogFragment;->mDialog:Landroid/app/Dialog;
|
||||
|
||||
iget v0, p0, Landroidx/fragment/app/DialogFragment;->mStyle:I
|
||||
|
||||
invoke-virtual {p0, p1, v0}, Landroidx/fragment/app/DialogFragment;->setupDialog(Landroid/app/Dialog;I)V
|
||||
|
@ -514,7 +509,6 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
:goto_0
|
||||
const-string v0, "layout_inflater"
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getSystemService(Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
@ -532,7 +526,15 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
goto :goto_0
|
||||
const-string v0, "layout_inflater"
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getSystemService(Ljava/lang/String;)Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
check-cast p1, Landroid/view/LayoutInflater;
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public onSaveInstanceState(Landroid/os/Bundle;)V
|
||||
|
@ -548,8 +550,6 @@
|
|||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Landroidx/fragment/app/DialogFragment;->mDialog:Landroid/app/Dialog;
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/Dialog;->onSaveInstanceState()Landroid/os/Bundle;
|
||||
|
||||
move-result-object v0
|
||||
|
@ -565,44 +565,36 @@
|
|||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
const-string v0, "android:style"
|
||||
const-string v1, "android:style"
|
||||
|
||||
iget v1, p0, Landroidx/fragment/app/DialogFragment;->mStyle:I
|
||||
|
||||
invoke-virtual {p1, v0, v1}, Landroid/os/Bundle;->putInt(Ljava/lang/String;I)V
|
||||
invoke-virtual {p1, v1, v0}, Landroid/os/Bundle;->putInt(Ljava/lang/String;I)V
|
||||
|
||||
:cond_1
|
||||
iget v0, p0, Landroidx/fragment/app/DialogFragment;->mTheme:I
|
||||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
const-string v0, "android:theme"
|
||||
const-string v1, "android:theme"
|
||||
|
||||
iget v1, p0, Landroidx/fragment/app/DialogFragment;->mTheme:I
|
||||
|
||||
invoke-virtual {p1, v0, v1}, Landroid/os/Bundle;->putInt(Ljava/lang/String;I)V
|
||||
invoke-virtual {p1, v1, v0}, Landroid/os/Bundle;->putInt(Ljava/lang/String;I)V
|
||||
|
||||
:cond_2
|
||||
iget-boolean v0, p0, Landroidx/fragment/app/DialogFragment;->mCancelable:Z
|
||||
|
||||
if-nez v0, :cond_3
|
||||
|
||||
const-string v0, "android:cancelable"
|
||||
const-string v1, "android:cancelable"
|
||||
|
||||
iget-boolean v1, p0, Landroidx/fragment/app/DialogFragment;->mCancelable:Z
|
||||
|
||||
invoke-virtual {p1, v0, v1}, Landroid/os/Bundle;->putBoolean(Ljava/lang/String;Z)V
|
||||
invoke-virtual {p1, v1, v0}, Landroid/os/Bundle;->putBoolean(Ljava/lang/String;Z)V
|
||||
|
||||
:cond_3
|
||||
iget-boolean v0, p0, Landroidx/fragment/app/DialogFragment;->mShowsDialog:Z
|
||||
|
||||
if-nez v0, :cond_4
|
||||
|
||||
const-string v0, "android:showsDialog"
|
||||
const-string v1, "android:showsDialog"
|
||||
|
||||
iget-boolean v1, p0, Landroidx/fragment/app/DialogFragment;->mShowsDialog:Z
|
||||
|
||||
invoke-virtual {p1, v0, v1}, Landroid/os/Bundle;->putBoolean(Ljava/lang/String;Z)V
|
||||
invoke-virtual {p1, v1, v0}, Landroid/os/Bundle;->putBoolean(Ljava/lang/String;Z)V
|
||||
|
||||
:cond_4
|
||||
iget v0, p0, Landroidx/fragment/app/DialogFragment;->mBackStackId:I
|
||||
|
@ -611,18 +603,16 @@
|
|||
|
||||
if-eq v0, v1, :cond_5
|
||||
|
||||
const-string v0, "android:backStackId"
|
||||
const-string v1, "android:backStackId"
|
||||
|
||||
iget v1, p0, Landroidx/fragment/app/DialogFragment;->mBackStackId:I
|
||||
|
||||
invoke-virtual {p1, v0, v1}, Landroid/os/Bundle;->putInt(Ljava/lang/String;I)V
|
||||
invoke-virtual {p1, v1, v0}, Landroid/os/Bundle;->putInt(Ljava/lang/String;I)V
|
||||
|
||||
:cond_5
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public onStart()V
|
||||
.locals 1
|
||||
.locals 2
|
||||
|
||||
invoke-super {p0}, Landroidx/fragment/app/Fragment;->onStart()V
|
||||
|
||||
|
@ -630,11 +620,9 @@
|
|||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const/4 v0, 0x0
|
||||
const/4 v1, 0x0
|
||||
|
||||
iput-boolean v0, p0, Landroidx/fragment/app/DialogFragment;->mViewDestroyed:Z
|
||||
|
||||
iget-object v0, p0, Landroidx/fragment/app/DialogFragment;->mDialog:Landroid/app/Dialog;
|
||||
iput-boolean v1, p0, Landroidx/fragment/app/DialogFragment;->mViewDestroyed:Z
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/Dialog;->show()V
|
||||
|
||||
|
@ -651,8 +639,6 @@
|
|||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Landroidx/fragment/app/DialogFragment;->mDialog:Landroid/app/Dialog;
|
||||
|
||||
invoke-virtual {v0}, Landroid/app/Dialog;->hide()V
|
||||
|
||||
:cond_0
|
||||
|
@ -668,8 +654,6 @@
|
|||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
iget-object v0, p0, Landroidx/fragment/app/DialogFragment;->mDialog:Landroid/app/Dialog;
|
||||
|
||||
invoke-virtual {v0, p1}, Landroid/app/Dialog;->setCancelable(Z)V
|
||||
|
||||
:cond_0
|
||||
|
@ -699,8 +683,6 @@
|
|||
|
||||
if-eq p1, v0, :cond_0
|
||||
|
||||
iget p1, p0, Landroidx/fragment/app/DialogFragment;->mStyle:I
|
||||
|
||||
const/4 v0, 0x3
|
||||
|
||||
if-ne p1, v0, :cond_1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue