Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Исправление загрузки вкладки запросов в друзья #1641

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions smali/smali_classes2/com/vk/api/friends/FriendsGetRequests.smali
Original file line number Diff line number Diff line change
Expand Up @@ -175,19 +175,23 @@

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"

.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
Loading