apkfuckery/com.discord/smali/com/discord/widgets/channels/WidgetChannelOnboardingSheet$Companion.smali
2020-07-25 00:57:58 +00:00

132 lines
3.3 KiB
Smali

.class public final Lcom/discord/widgets/channels/WidgetChannelOnboardingSheet$Companion;
.super Ljava/lang/Object;
.source "WidgetChannelOnboardingSheet.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/discord/widgets/channels/WidgetChannelOnboardingSheet;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Companion"
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public synthetic constructor <init>(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
.locals 0
invoke-direct {p0}, Lcom/discord/widgets/channels/WidgetChannelOnboardingSheet$Companion;-><init>()V
return-void
.end method
# virtual methods
.method public final hasUserSeenChannelOnboarding(Landroid/content/Context;)Z
.locals 2
if-eqz p1, :cond_0
invoke-static {p1}, Landroidx/preference/PreferenceManager;->getDefaultSharedPreferences(Landroid/content/Context;)Landroid/content/SharedPreferences;
move-result-object p1
const/4 v0, 0x0
const-string v1, "CACHE_KEY_CHANNEL_ONBOARDED"
invoke-interface {p1, v1, v0}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
move-result p1
return p1
:cond_0
const-string p1, "context"
invoke-static {p1}, Lj0/n/c/h;->c(Ljava/lang/String;)V
const/4 p1, 0x0
throw p1
.end method
.method public final markSeenUserChannelOnboarding(Landroid/content/Context;)V
.locals 2
if-eqz p1, :cond_0
invoke-static {p1}, Landroidx/preference/PreferenceManager;->getDefaultSharedPreferences(Landroid/content/Context;)Landroid/content/SharedPreferences;
move-result-object p1
invoke-interface {p1}, Landroid/content/SharedPreferences;->edit()Landroid/content/SharedPreferences$Editor;
move-result-object p1
const/4 v0, 0x1
const-string v1, "CACHE_KEY_CHANNEL_ONBOARDED"
invoke-interface {p1, v1, v0}, Landroid/content/SharedPreferences$Editor;->putBoolean(Ljava/lang/String;Z)Landroid/content/SharedPreferences$Editor;
move-result-object p1
invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
return-void
:cond_0
const-string p1, "context"
invoke-static {p1}, Lj0/n/c/h;->c(Ljava/lang/String;)V
const/4 p1, 0x0
throw p1
.end method
.method public final show(Landroidx/fragment/app/Fragment;)V
.locals 2
if-eqz p1, :cond_0
new-instance v0, Lcom/discord/widgets/channels/WidgetChannelOnboardingSheet;
invoke-direct {v0}, Lcom/discord/widgets/channels/WidgetChannelOnboardingSheet;-><init>()V
invoke-virtual {p1}, Landroidx/fragment/app/Fragment;->getParentFragmentManager()Landroidx/fragment/app/FragmentManager;
move-result-object p1
const-string v1, "fragment.parentFragmentManager"
invoke-static {p1, v1}, Lj0/n/c/h;->checkExpressionValueIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
const-string v1, "javaClass"
invoke-virtual {v0, p1, v1}, Lcom/discord/app/AppBottomSheet;->show(Landroidx/fragment/app/FragmentManager;Ljava/lang/String;)V
return-void
:cond_0
const-string p1, "fragment"
invoke-static {p1}, Lj0/n/c/h;->c(Ljava/lang/String;)V
const/4 p1, 0x0
throw p1
.end method