Files
rr3-apk/smali/androidx/core/content/SharedPreferencesCompat$EditorCompat$Helper.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

51 lines
1.2 KiB
Smali

.class Landroidx/core/content/SharedPreferencesCompat$EditorCompat$Helper;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/core/content/SharedPreferencesCompat$EditorCompat;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Helper"
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 40
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public apply(Landroid/content/SharedPreferences$Editor;)V
.locals 0
.param p1 # Landroid/content/SharedPreferences$Editor;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.line 45
:try_start_0
invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->apply()V
:try_end_0
.catch Ljava/lang/AbstractMethodError; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
.line 50
:catch_0
invoke-interface {p1}, Landroid/content/SharedPreferences$Editor;->commit()Z
:goto_0
return-void
.end method