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

Update DelegateMsg.smali #1639

Closed
wants to merge 1 commit into from
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@

move-result-object v4

if-eqz p2, :cond_4
# if-eqz p2, :cond_4

.line 15
new-instance v1, Lcom/vk/im/ui/components/viewcontrollers/popup/DelegateMsg$b;
Expand All @@ -583,38 +583,38 @@
goto :goto_3

.line 16
:cond_4
iget-object v2, v0, Lcom/vk/im/ui/components/viewcontrollers/popup/DelegateMsg;->f:Landroid/content/Context;
# :cond_4
# iget-object v2, v0, Lcom/vk/im/ui/components/viewcontrollers/popup/DelegateMsg;->f:Landroid/content/Context;

invoke-virtual {v2}, Landroid/content/Context;->getResources()Landroid/content/res/Resources;
# invoke-virtual {v2}, Landroid/content/Context;->getResources()Landroid/content/res/Resources;

move-result-object v2
# move-result-object v2

.line 17
sget v3, Lcom/vk/im/ui/l;->vkim_popup_msg_delete_submit_desc:I
# sget v3, Lcom/vk/im/ui/l;->vkim_popup_msg_delete_submit_desc:I

const/4 v5, 0x1
# const/4 v5, 0x1

new-array v5, v5, [Ljava/lang/Object;
# new-array v5, v5, [Ljava/lang/Object;

.line 18
invoke-static/range {p1 .. p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
# invoke-static/range {p1 .. p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;

move-result-object v6
# move-result-object v6

aput-object v6, v5, v20
# aput-object v6, v5, v20

.line 19
invoke-virtual {v2, v3, v1, v5}, Landroid/content/res/Resources;->getQuantityString(II[Ljava/lang/Object;)Ljava/lang/String;
# invoke-virtual {v2, v3, v1, v5}, Landroid/content/res/Resources;->getQuantityString(II[Ljava/lang/Object;)Ljava/lang/String;

move-result-object v1
# move-result-object v1

const-string v2, "context.resources.getQua\u2026 msgCount, msgCount)"
# const-string v2, "context.resources.getQua\u2026 msgCount, msgCount)"

invoke-static {v1, v2}, Lkotlin/jvm/internal/Intrinsics;->a(Ljava/lang/Object;Ljava/lang/String;)V
# invoke-static {v1, v2}, Lkotlin/jvm/internal/Intrinsics;->a(Ljava/lang/Object;Ljava/lang/String;)V

.line 20
invoke-virtual {v4, v1}, Landroidx/appcompat/app/AlertDialog$Builder;->setMessage(Ljava/lang/CharSequence;)Landroidx/appcompat/app/AlertDialog$Builder;
# invoke-virtual {v4, v1}, Landroidx/appcompat/app/AlertDialog$Builder;->setMessage(Ljava/lang/CharSequence;)Landroidx/appcompat/app/AlertDialog$Builder;

.line 21
:goto_3
Expand Down
Loading