Skip to content

Commit

Permalink
fixed crash
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlbo committed Jul 17, 2024
1 parent 42688b7 commit 801a283
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

invoke-direct {v10, v9}, Lcom/vk/dto/user/UserProfile;-><init>(Lorg/json/JSONObject;)V

# const-string v11, "country"
const-string v11, "country"

# .line 15
# invoke-virtual {v9, v11, v4}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;I)I
Expand All @@ -184,7 +184,7 @@

iput v12, v10, Lcom/vk/dto/user/UserProfile;->G:I

# const-string v12, "city"
const-string v12, "city"

# .line 16
# invoke-virtual {v9, v12, v4}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;I)I
Expand Down

0 comments on commit 801a283

Please sign in to comment.