Skip to content

Commit

Permalink
Revert "Update ProxyHostChecker.smali"
Browse files Browse the repository at this point in the history
This reverts commit 5932d6f.
  • Loading branch information
gdlbo committed Jul 6, 2024
1 parent f39463f commit 93edbf2
Showing 1 changed file with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,20 @@
.method private final e()Z
.locals 3

# .line 1
# sget-object v0, Lcom/vk/core/util/AppContextHolder;->a:Landroid/content/Context;

# invoke-static {v0}, Landroid/preference/PreferenceManager;->getDefaultSharedPreferences(Landroid/content/Context;)Landroid/content/SharedPreferences;
.line 1
sget-object v0, Lcom/vk/core/util/AppContextHolder;->a:Landroid/content/Context;

# move-result-object v0
invoke-static {v0}, Landroid/preference/PreferenceManager;->getDefaultSharedPreferences(Landroid/content/Context;)Landroid/content/SharedPreferences;

# const-string v1, "__dbg_proxy_enable"
move-result-object v0

# const/4 v2, 0x0
const-string v1, "__dbg_proxy_enable"

# invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z
const/4 v2, 0x0

# move-result v0
invoke-interface {v0, v1, v2}, Landroid/content/SharedPreferences;->getBoolean(Ljava/lang/String;Z)Z

const v0, 0x1
move-result v0

return v0
.end method
Expand Down

0 comments on commit 93edbf2

Please sign in to comment.