apkfuckery/com.discord/smali/com/airbnb/lottie/LottieAnimationView$a.smali

66 lines
1.3 KiB
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public Lcom/airbnb/lottie/LottieAnimationView$a;
.super Ljava/lang/Object;
.source "LottieAnimationView.java"
# interfaces
2020-09-09 19:21:20 +00:00
.implements Lf/d/a/j;
2020-05-17 12:40:10 +00:00
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/airbnb/lottie/LottieAnimationView;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x1
name = null
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
2020-09-09 19:21:20 +00:00
"Lf/d/a/j<",
"Ljava/lang/Throwable;",
2020-05-17 12:40:10 +00:00
">;"
}
.end annotation
# direct methods
2020-09-09 19:21:20 +00:00
.method public constructor <init>()V
2020-05-17 12:40:10 +00:00
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public a(Ljava/lang/Object;)V
2020-09-09 19:21:20 +00:00
.locals 2
check-cast p1, Ljava/lang/Throwable;
invoke-static {p1}, Lf/d/a/z/g;->i(Ljava/lang/Throwable;)Z
2020-05-17 12:40:10 +00:00
2020-09-09 19:21:20 +00:00
move-result v0
2020-05-17 12:40:10 +00:00
2020-09-09 19:21:20 +00:00
if-eqz v0, :cond_0
2020-05-17 12:40:10 +00:00
2020-09-09 19:21:20 +00:00
const-string v0, "Unable to load composition."
invoke-static {v0, p1}, Lf/d/a/z/c;->c(Ljava/lang/String;Ljava/lang/Throwable;)V
2020-05-17 12:40:10 +00:00
return-void
2020-09-09 19:21:20 +00:00
:cond_0
new-instance v0, Ljava/lang/IllegalStateException;
const-string v1, "Unable to parse composition"
invoke-direct {v0, v1, p1}, Ljava/lang/IllegalStateException;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V
throw v0
2020-05-17 12:40:10 +00:00
.end method