apkfuckery/com.discord/smali_classes2/com/lytefast/flexinput/model/Photo.smali

67 lines
1.6 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public final Lcom/lytefast/flexinput/model/Photo;
.super Lcom/lytefast/flexinput/model/Attachment;
.source "Photo.kt"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/lytefast/flexinput/model/Attachment<",
"Ljava/lang/String;",
">;"
}
.end annotation
# static fields
.field public static final CREATOR:Landroid/os/Parcelable$Creator;
.annotation system Ldalvik/annotation/Signature;
value = {
"Landroid/os/Parcelable$Creator<",
"Lcom/lytefast/flexinput/model/Photo;",
">;"
}
.end annotation
.end field
# direct methods
.method public static constructor <clinit>()V
.locals 1
new-instance v0, Lcom/lytefast/flexinput/model/Photo$a;
invoke-direct {v0}, Lcom/lytefast/flexinput/model/Photo$a;-><init>()V
sput-object v0, Lcom/lytefast/flexinput/model/Photo;->CREATOR:Landroid/os/Parcelable$Creator;
return-void
.end method
.method public constructor <init>(JLandroid/net/Uri;Ljava/lang/String;Ljava/lang/String;)V
2020-09-08 08:16:32 +00:00
.locals 0
2020-05-17 12:40:10 +00:00
2020-09-08 08:16:32 +00:00
if-eqz p4, :cond_0
2020-05-17 12:40:10 +00:00
2020-09-08 08:16:32 +00:00
invoke-direct/range {p0 .. p5}, Lcom/lytefast/flexinput/model/Attachment;-><init>(JLandroid/net/Uri;Ljava/lang/String;Ljava/lang/Object;)V
2020-05-17 12:40:10 +00:00
2020-09-08 08:16:32 +00:00
return-void
2020-05-17 12:40:10 +00:00
2020-09-08 08:16:32 +00:00
:cond_0
const-string p1, "displayName"
2020-05-17 12:40:10 +00:00
2020-09-08 08:16:32 +00:00
invoke-static {p1}, Lk0/n/c/h;->c(Ljava/lang/String;)V
2020-05-17 12:40:10 +00:00
2020-09-08 08:16:32 +00:00
const/4 p1, 0x0
throw p1
2020-05-17 12:40:10 +00:00
.end method
.method public constructor <init>(Landroid/os/Parcel;)V
2020-09-08 08:16:32 +00:00
.locals 0
2020-05-17 12:40:10 +00:00
invoke-direct {p0, p1}, Lcom/lytefast/flexinput/model/Attachment;-><init>(Landroid/os/Parcel;)V
return-void
.end method