Changes of com.discord v998

This commit is contained in:
root 2019-12-06 04:29:40 +01:00
parent dc3b174a87
commit a8e290ae89
20243 changed files with 1573881 additions and 1337713 deletions

View file

@ -6,6 +6,14 @@
.implements Landroid/os/Parcelable;
# annotations
.annotation build Landroid/annotation/SuppressLint;
value = {
"BanParcelableUsage"
}
.end annotation
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
@ -21,11 +29,11 @@
# instance fields
.field private final mSuperState:Landroid/os/Parcelable;
.field public final mSuperState:Landroid/os/Parcelable;
# direct methods
.method static constructor <clinit>()V
.method public static constructor <clinit>()V
.locals 1
new-instance v0, Landroidx/customview/view/AbsSavedState$1;
@ -43,7 +51,7 @@
return-void
.end method
.method private constructor <init>()V
.method public constructor <init>()V
.locals 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
@ -55,8 +63,12 @@
return-void
.end method
.method protected constructor <init>(Landroid/os/Parcel;)V
.method public constructor <init>(Landroid/os/Parcel;)V
.locals 1
.param p1 # Landroid/os/Parcel;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
const/4 v0, 0x0
@ -67,6 +79,14 @@
.method public constructor <init>(Landroid/os/Parcel;Ljava/lang/ClassLoader;)V
.locals 0
.param p1 # Landroid/os/Parcel;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/lang/ClassLoader;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
@ -89,6 +109,10 @@
.method public constructor <init>(Landroid/os/Parcelable;)V
.locals 1
.param p1 # Landroid/os/Parcelable;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
@ -118,7 +142,7 @@
throw p1
.end method
.method synthetic constructor <init>(Landroidx/customview/view/AbsSavedState$1;)V
.method public synthetic constructor <init>(Landroidx/customview/view/AbsSavedState$1;)V
.locals 0
invoke-direct {p0}, Landroidx/customview/view/AbsSavedState;-><init>()V
@ -138,6 +162,8 @@
.method public final getSuperState()Landroid/os/Parcelable;
.locals 1
.annotation build Landroidx/annotation/Nullable;
.end annotation
iget-object v0, p0, Landroidx/customview/view/AbsSavedState;->mSuperState:Landroid/os/Parcelable;