Skip to content

Commit

Permalink
fix: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Jan 19, 2024
1 parent a44bfb8 commit 4bbd521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36328,7 +36328,7 @@ private void nkbtn_onclick_actionbar(int id) {
return;
Bundle args = new Bundle();
args.putLong("chat_id", chatInfo.id);
args.putInt("message_id", threadMessageId);
args.putLong("message_id", threadMessageId);
if (!getMessagesController().checkCanOpenChat(args, ChatActivity.this))
return;
presentFragment(new ChatActivity(args), true);
Expand Down

0 comments on commit 4bbd521

Please sign in to comment.