apkfuckery/com.discord/smali/e/h/a/c/t.smali

33 lines
630 B
Smali
Raw Normal View History

2019-12-06 03:29:40 +00:00
.class public Le/h/a/c/t;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
2020-02-20 19:33:18 +00:00
.source "RetryManager.java"
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
# instance fields
.field public a:J
.field public b:Lt/a/a/a/p/c/o/d;
2019-07-24 11:27:29 +00:00
# direct methods
2020-02-20 19:33:18 +00:00
.method public constructor <init>(Lt/a/a/a/p/c/o/d;)V
.locals 1
2019-07-24 11:27:29 +00:00
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2020-02-20 19:33:18 +00:00
if-eqz p1, :cond_0
iput-object p1, p0, Le/h/a/c/t;->b:Lt/a/a/a/p/c/o/d;
2019-07-24 11:27:29 +00:00
return-void
2020-02-20 19:33:18 +00:00
:cond_0
new-instance p1, Ljava/lang/NullPointerException;
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
const-string v0, "retryState must not be null"
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
invoke-direct {p1, v0}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
2019-07-24 11:27:29 +00:00
2020-02-20 19:33:18 +00:00
throw p1
2019-07-24 11:27:29 +00:00
.end method