apkfuckery/com.discord/smali_classes2/f/g/j/b/d.smali
2020-09-16 23:45:23 +00:00

62 lines
1.1 KiB
Smali

.class public Lf/g/j/b/d;
.super Ljava/lang/Object;
.source "SimpleBitmapReleaser.java"
# interfaces
.implements Lf/g/d/h/g;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lf/g/d/h/g<",
"Landroid/graphics/Bitmap;",
">;"
}
.end annotation
# static fields
.field public static a:Lf/g/j/b/d;
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static a()Lf/g/j/b/d;
.locals 1
sget-object v0, Lf/g/j/b/d;->a:Lf/g/j/b/d;
if-nez v0, :cond_0
new-instance v0, Lf/g/j/b/d;
invoke-direct {v0}, Lf/g/j/b/d;-><init>()V
sput-object v0, Lf/g/j/b/d;->a:Lf/g/j/b/d;
:cond_0
sget-object v0, Lf/g/j/b/d;->a:Lf/g/j/b/d;
return-object v0
.end method
# virtual methods
.method public release(Ljava/lang/Object;)V
.locals 0
check-cast p1, Landroid/graphics/Bitmap;
invoke-virtual {p1}, Landroid/graphics/Bitmap;->recycle()V
return-void
.end method