apkfuckery/com.discord/smali_classes2/com/google/android/material/resources/TextAppearanceConfig.smali
2019-02-04 21:08:30 +01:00

32 lines
749 B
Smali

.class public Lcom/google/android/material/resources/TextAppearanceConfig;
.super Ljava/lang/Object;
# static fields
.field private static shouldLoadFontSynchronously:Z
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static setShouldLoadFontSynchronously(Z)V
.locals 0
sput-boolean p0, Lcom/google/android/material/resources/TextAppearanceConfig;->shouldLoadFontSynchronously:Z
return-void
.end method
.method public static shouldLoadFontSynchronously()Z
.locals 1
sget-boolean v0, Lcom/google/android/material/resources/TextAppearanceConfig;->shouldLoadFontSynchronously:Z
return v0
.end method