Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlbo committed Jul 17, 2024
1 parent 93edbf2 commit 42688b7
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions smali/smali_classes2/com/vk/api/friends/FriendsGetRequests.smali
Original file line number Diff line number Diff line change
Expand Up @@ -173,21 +173,25 @@

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
# .line 15
# invoke-virtual {v9, v11, v4}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;I)I

move-result v12
# move-result v12

const v12, 0x0

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
# .line 16
# invoke-virtual {v9, v12, v4}, Lorg/json/JSONObject;->optInt(Ljava/lang/String;I)I

move-result v13
# move-result v13

const v13, 0x0

iput v13, v10, Lcom/vk/dto/user/UserProfile;->F:I

Expand Down

0 comments on commit 42688b7

Please sign in to comment.